GET /task
Search Tasks
Search tasks using multi-dimensional filter parameters.
Executes Queries.FIND_TASKS with the bound TaskSearchParameters. Supports
filtering by status flags, date ranges, assignees, and linked entities
(issue, work order, product, serial). advanced_filters accepts a
base64-encoded JSON object. Default limit is 200 rows.
Emits: (direct transaction — no event class)
Required scope: collaboration:task:read
Authorizations
password Flow
"/api/auth""admin"User can access and edit users and system settings"library"User can access and edit products"production"User can access and edit production plans"operator"User can access the operator panel and make production declarations
Parameters
Query Parameters
Free-text search string matched against task title and description.
"rework"Filter to tasks belonging to a specific task type.
"tasktype_001"Include tasks with status pending when true.
trueInclude tasks with status open when true.
trueInclude tasks with status completed when true.
falseInclude tasks with status canceled when true.
falseFilter to tasks owned by a specific user.
"user42"Filter to tasks assigned to any of the listed user keys.
"user42""user99"Lower bound for the start_from date filter (inclusive).
"2026-05-01"Upper bound for the start_from date filter (inclusive).
"2026-05-31"Lower bound for the due_by date filter (inclusive).
"2026-05-01"Upper bound for the due_by date filter (inclusive).
"2026-05-31"Lower bound for the created date filter (inclusive).
"2026-05-01"Upper bound for the created date filter (inclusive).
"2026-05-31"Lower bound for the closed date filter (inclusive).
"2026-05-01"Upper bound for the closed date filter (inclusive).
"2026-05-31"Additional filter criteria as a JSON object (or base64-encoded JSON string, decoded by validator).
Filter to tasks linked to a specific issue.
"issue_001"Filter to tasks linked to a specific work order.
"wo_2026_001"Filter to tasks linked to a specific product.
"prod_abc"Filter to tasks linked to a specific serial number record.
"serial_xyz"Filter to tasks linked to another specific task.
"task_001"Maximum number of results to return. Defaults to 200.
200200Number of results to skip for pagination.
00Responses
Successful Response