Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get task detail with runs, events, and comments.
cURL
curl --request GET \ --url https://api.usenaive.ai/v1/tasks/{id} \ --header 'Authorization: Bearer <token>'
{ "task": {}, "runs": [ {} ], "events": [ {} ], "comments": [ {} ] }
Workspace API key. Create one via the dashboard or POST /v1/auth/keys.
POST /v1/auth/keys
OK.