cURL
curl --request GET \ --url https://api.camelai.com/api/v1/threads/{id}/ \ --header 'Authorization: Bearer <token>'
{ "id": 123, "title": "<string>", "created_at": "2023-11-07T05:31:56Z", "last_modified": "2023-11-07T05:31:56Z", "connection_ids": "<any>", "connection_names": "<string>", "message_count": "<string>", "model": "sonnet-4", "source": "UI", "uid": "<string>" }
Retrieve details of a specific thread.
JWT or API key authentication using Bearer scheme
A unique integer value identifying this thread.
Serializer for Thread model.
Was this page helpful?