Typescript (SDK)
Tasks
List tasks
Returns a list of AI tasks for the current account. Supports filtering by trigger_type and active status, and searching by name or description.
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 trigger type
Available options:
immediate, cron, interval, once, event Filter by active flag
Search by task name or description
Cursor for pagination — the ID of the last item in the previous page
Items per page
Required range:
1 <= x <= 100
