Typescript (SDK)
TaskRuns
List task runs
Returns a list of task run records for the current account, ordered by most recent first. Supports filtering by status and ai_task_id.
GET
Typescript (SDK)
Documentation Index
Fetch the complete documentation index at: https://crevio.co/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key in the format: Bearer {api_token}
Query Parameters
Filter by run status
Available options:
pending, running, completed, failed, needs_input Filter by the parent task's prefixed ID
Cursor for pagination — the ID of the last item in the previous page
Items per page
Required range:
1 <= x <= 100
