List Journeys
List lean journey rows for a team. Returns identity, requester, progress, and health check counts per journey; call GetJourney for tasks and workflow failures.
Path parameters
The ID of the team to list journeys for.
Query parameters
If true, only include items that have a due date set.
If true, only include items that have a due date set.
If true, only include items that are overdue (due date before today).
If true, only include items that are overdue (due date before today).
Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
Unix timestamp in seconds.
When field is UNSPECIFIED and custom_field_id is set, sort by this custom field.
When field is UNSPECIFIED and custom_field_id is set, sort by this custom field.
Defaults to 100 when unset. Must be between 1 and 250; values outside that range produce a 400 InvalidArgument.
Defaults to 100 when unset. Must be between 1 and 250; values outside that range produce a 400 InvalidArgument.
Opaque cursor returned by a previous response. When provided, the same team_id / filter_groups / sort must be sent.
Opaque cursor returned by a previous response. When provided, the same team_id / filter_groups / sort must be sent.
Response
Success