List task status transitions

This endpoint can be used to get a list of task status transitions. At least one of _id, taskIds or _createdAt must be provided.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
_id
array of strings

List of task status transition IDs (conditional)

_id
string

Selector object for created at timestamp — supports $gt (greater than) and $lt (less than) attributes using Unix timestamp(s) in milliseconds - maximum allowed range is 365 days (conditional)

taskIds
array of strings

List of task IDs (conditional)

taskIds
status
array of strings

Filter on specific transitions, possible statuses : billed, cancelled, completed, concept, confirmed, open, planning-removed, reported-issue, started-driving, started-working

status
number

Skip from index count (default: 0)

number

Number of items (default: 100, max: 1000)

sort
object

Field to sort by (e.g., {_updatedAt: 1})

Headers
string
required

Session ID

Responses

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