Tasks
List occurrences for a task
Required API-key scope: tasks:read.
Authorizations
Talus API Key in the form key_id.secret. The API also accepts Authorization: ApiKey <key_id.secret>, but the docs UI is configured to send x-api-key.
Path Parameters
Task object id
Query Parameters
200application/json
Paginated list of occurrences
Chain-assigned occurrence id, unique within its task.
standalone or recurring.
Iteration index; set only when source is recurring.
Set when status is settled.
Set when status is withdrawn.
Pagination metadata included in every listing response.
Token to pass as page_token to retrieve the next page. null means
there are no more pages.
Total number of items across all pages.
400
Invalid filter value
404
Task was not found
500
Internal server error