List workspace actions

Returns cursor-paginated actions accessible to the authenticated user. V2 returns edges/pageInfo; V1 returned arrays and flattened custom field values.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

workspaceId identifier.

Query Params
integer
1 to 200

Number of results from the start of the list. Do not combine with last.

integer
1 to 200

Number of results from the end of the list. Do not combine with first.

string

Cursor returned by a previous response for forward pagination.

string

Cursor returned by a previous response for backward pagination.

boolean

When present, include totalCount. This route treats any non-empty query-string value, including false, as enabled.

string

Sort expression: field asc|desc. Allowed fields: _id, rank, description, workspace, deleted, deadline, parent, projectId, archived, modifiedAt, createdAt, priorityLevelId, checkedDate.

string

Optional project ID to restrict actions to one project.

string

Optional lower deadline bound. Use date format 'yyyy-mm-dd'.

string

Optional upper deadline bound. Use date format 'yyyy-mm-dd'.

string

Filter by action status.

string

Filter by parent action ID.

boolean

Filter by archived state.

boolean

Filter by milestone flag.

boolean

Filter by deleted state.

string

Filter by root action ID.

string

Filter by recurring action ID.

string

Filter by team assignee ID.

string

Filter by placeholder assignee ID.

string

Filter by priority level ID.

string

Filter by following user ID.

string

Filter by custom field value. Formula fields are not supported.

Responses

403

Forbidden

404

Not Found

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json