cURL
curl --request GET \ --url https://api.camelai.com/api/v1/threads/ \ --header 'Authorization: Bearer <token>'
{ "count": 123, "results": [ { "id": 123, "title": "<string>", "created_at": "2023-11-07T05:31:56Z", "last_modified": "2023-11-07T05:31:56Z", "connection_names": "<string>", "message_count": "<string>", "source": "UI", "uid": "<string>", "connection_ids": "<unknown>", "model": "sonnet-4" } ], "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2" }
Return all threads accessible to the current user with pagination support.
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
255
List of connection names associated with this thread
Total number of messages in the thread
How this thread was created
UI
API
MCP
User identifier who created this thread
List of connection IDs that were used in this thread
The model used for this thread
sonnet-4
sonnet-4.5
haiku-4.5
o3
o4-mini
gpt-4.1
gpt-5
gpt-5-codex
"http://api.example.org/accounts/?page=4"
"http://api.example.org/accounts/?page=2"
Was this page helpful?