List tracks
List all tracks accessible to the authenticated user. Returns tracks where the user is an admin. Results are paginated and sorted by creation date (newest first). By default, archived tracks are excluded.
Authorizations
API key for authentication. Generate keys in the Doozy dashboard.
Query Parameters
Maximum number of results to return (1-100, default 25)
1 <= x <= 10025
Cursor for pagination - the ID of the last item from the previous page
"wf_abc123"
Filter tracks by state
draft, active, paused, archived "active"
Filter tracks by trigger type
user_join, manual_user_trigger, schedule, work_anniversary, added_by_another_workflow, self_join "user_join"
Response
List of tracks
String representing the object type
list "list"
Array of track objects
Whether there are more results available beyond this page
true
The URL for accessing this list endpoint
"/v1/tracks"
Cursor to fetch the next page of results. Pass as starting_after in subsequent requests.
"wf_xyz789"
Cursor to fetch the previous page of results. Pass as ending_before in subsequent requests.
"wf_abc123"