List Project Task Runs
Authentication
API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.
API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.
Path parameters
Query parameters
The maximum number of items to return per page. Defaults to 100 if not specified.
A cursor for pagination. Use the next_cursor value from the previous response to get the next page of results.
Filter by status (success or error)
Start date for the listing (e.g., ‘2023-06-01’, ‘24 hours ago’, ‘yesterday’). Defaults to 7 days before end_date or now.
End date for the listing (e.g., ‘2023-06-30’, ‘now’, ‘today’). Defaults to now.
If true, include event_trigger_id for each task run in results.