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.
Error codes and response format for the Selcor Partner API.
{ "error": { "code": "error_code", "message": "Human-readable description", "detail": {} }, "request_id": "req_abc123" }
400
401
403
404
409
422
500
unauthorized
forbidden
not_found
validation_error
credential_not_found
tier_mismatch
engine_error
{ "data": [...], "pagination": { "has_more": true, "next_cursor": "clxyz..." }, "request_id": "req_abc123" }
cursor
limit
curl "https://api.selcor.ai/v1/workspaces?limit=10&cursor=clxyz..."
Was this page helpful?