Retrieve details of a specific thread
cURL
curl --request GET \ --url https://api.anyapi.ai/v1/threads/{thread_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "thread", "created_at": 123, "metadata": {} }
Bearer token authentication. Get your API key from the dashboard.
The ID of the thread
Thread details retrieved successfully
Thread ID
"thread"
Creation timestamp
Thread metadata