Skip to main content
POST
Get Task List

Authorizations

x-client-key
string
header
required
x-client-secret
string
header
required

Path Parameters

workspaceId
string<uuid>
required
Example:

"cb363f7e-c52a-4478-911d-f6a6f791090e"

Body

application/json
searchText
string

Free-text search across task titles.

Example:

"inspection"

offset
integer

Number of rows to skip (default 0).

Example:

0

limit
integer

Page size (default 100).

Example:

100

taskStatus
enum<string>[]

Filter by one or more task statuses.

Available options:
Open,
In Progress,
On Hold,
Completed,
Missed
Example:
advanceFilters
object

Advanced filter tree (same shape as the catalog endpoint).

Response

Task list retrieved successfully.

data
object
statusObject
object | null
notification
boolean

Whether unread task notifications exist for the acting user.

meta
object