cURL
curl --request GET \ --url https://api.camelai.com/api/v1/reference-queries/ \ --header 'Authorization: Bearer <token>'
{ "count": 123, "results": [ { "id": 123, "query": "<string>", "detailed_description": "<string>", "connection_id": 123, "status": "PROCESSING", "error_message": "<string>", "created_at": "2023-11-07T05:31:56Z", "last_modified": "2023-11-07T05:31:56Z", "title": "<string>", "source_type": "USER" } ], "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2" }
Retrieve all reference queries accessible to the current user.
API key authentication using Bearer scheme
A page number within the paginated result set.
Number of results to return per page.
123
Show child attributes
Connection ID this query applies to
PROCESSING
ERROR
VALID
TEMPORARY
USER
AI
TABLE
"http://api.example.org/accounts/?page=4"
"http://api.example.org/accounts/?page=2"
Was this page helpful?