cURL
curl --request GET \ --url https://api.timbal.ai/orgs/{org_id}/projects/{project_id}/runs/{run_id} \ --header 'Authorization: Bearer <token>'
{ "cost_credits": 123, "cost_usd": 123, "created_at": "2023-11-07T05:31:56Z", "id": "<string>", "idempotency_key": "<string>", "status": "<string>", "user": { "email": "<string>", "id": "<string>", "name": "<string>", "photo_url": "<string>" }, "duration_ms": 123, "group_id": "<string>", "last_reaction_sentiment": "<string>", "parent_id": "<string>", "status_detail": "<unknown>", "trace": "<unknown>" }
Get a single run for a project (by run id or idempotency key)
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Platform run id or idempotency key.
Run details
Show child attributes