List todos

Retrieves a paginated list of todos for the authenticated user's company.

Permission Requirements:

  • Employee users: Can access all todos in their company.
  • Crew users: Can only access incomplete todos where they are the assigned user or creator.

Filtering and Search:

The endpoint supports multiple filter parameters to narrow down results by priority, tags, assigned user, associated job, completion status, and date ranges. Use the search parameter to perform case-insensitive searches on todo names.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
≥ 1
Defaults to 1

Page number for pagination. Each page contains up to 250 results.

integer
1 to 250
Defaults to 250

Number of results per page. Maximum and default value is 250.

string

Case-insensitive search filter for todo names. Matches todos whose name field contains the specified text.

string
enum

Filter todos by priority level. Must be one of: L (Low), M (Medium), H (High), or U (Urgent).

Allowed:
string

Filter todos by a specific tag. Only todos that have this tag in their tags array will be returned.

integer

Filter todos by assigned user ID. Returns todos assigned to the specified user.

integer

Filter todos by associated job ID. Returns todos linked to the specified job.

boolean

Filter by completion status. Set to true to return only incomplete todos, or false to return only completed todos.

date-time

Filter todos completed on or after the specified date and time (ISO 8601 format).

date-time

Filter todos completed on or before the specified date and time (ISO 8601 format).

boolean

Filter by creation date null status. Set to true to return only todos with null creation date, or false for todos with a creation date.

date-time

Filter todos created on or after the specified date and time (ISO 8601 format).

date-time

Filter todos created on or before the specified date and time (ISO 8601 format).

Responses

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