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.
cURL
curl https://api.aiql.io/queries/qry_5e7f/threads \ -H "Authorization: Bearer $AIQL_API_KEY" \ -H "AiQL-Workspace: $AIQL_WORKSPACE_ID"
{ "detail": "<string>" }
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
API key or UI session JWT passed as a Bearer token.
ID of the workspace the request operates on.
Successful Response