Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/runs and POST /v1/runs/search
curl "https://api.apisale.ai/v1/runs/run_abc123" \ -H "Authorization: Key $APISALE_API_KEY"
queued
processing
succeeded
failed
timeout
cancelled
curl -X POST "https://api.apisale.ai/v1/runs/search" \ -H "Authorization: Key $APISALE_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "page": 1, "limit": 20, "status": ["processing", "queued"] }'
curl -X DELETE "https://api.apisale.ai/v1/runs/run_abc123" \ -H "Authorization: Key $APISALE_API_KEY"