List lean journey rows for a team. Returns identity, requester, progress, and health check counts per journey; call GetJourney for tasks and workflow failures.
Documentation Index
Fetch the complete documentation index at: https://docs.serval.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the team to list journeys for.
SET_OPERATOR_UNSPECIFIED, SET_OPERATOR_INCLUDES, SET_OPERATOR_EXCLUDES COMPARISON_OPERATOR_UNSPECIFIED, COMPARISON_OPERATOR_EQ, COMPARISON_OPERATOR_NE, COMPARISON_OPERATOR_GT, COMPARISON_OPERATOR_GTE, COMPARISON_OPERATOR_LT, COMPARISON_OPERATOR_LTE SET_OPERATOR_UNSPECIFIED, SET_OPERATOR_INCLUDES, SET_OPERATOR_EXCLUDES HEALTH_CHECK_ROLLUP_STATUS_UNSPECIFIED, HEALTH_CHECK_ROLLUP_STATUS_PASSING, HEALTH_CHECK_ROLLUP_STATUS_WARNING, HEALTH_CHECK_ROLLUP_STATUS_FAILING, HEALTH_CHECK_ROLLUP_STATUS_NONE If true, only include items that have a due date set.
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.
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.
Unix timestamp in seconds.
JOURNEY_SORT_FIELD_UNSPECIFIED, JOURNEY_SORT_FIELD_CREATED_AT, JOURNEY_SORT_FIELD_REQUESTER, JOURNEY_SORT_FIELD_NAME, JOURNEY_SORT_FIELD_COMPLETION, JOURNEY_SORT_FIELD_MANAGER, JOURNEY_SORT_FIELD_HEALTH_CHECKS, JOURNEY_SORT_FIELD_DUE_DATE, JOURNEY_SORT_FIELD_CHATS SORT_DIRECTION_UNSPECIFIED, SORT_DIRECTION_ASC, SORT_DIRECTION_DESC 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.
Opaque cursor returned by a previous response. When provided, the same team_id / filter_groups / sort must be sent.