Typescript (SDK)
TaskRuns
Update task run
Reports the outcome of a running task. Primarily used by the in-sandbox agent server to finalize a run (completed, failed, needs_input) with token usage and credit consumption. Idempotent: re-posting the same status is a safe no-op.
PATCH
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}
Path Parameters
The resource ID (e.g., "prod_abc123") or slug (e.g., "my-product")
Body
application/json
Response
Task run updated
Available options:
pending, running, completed, failed, needs_input 
