cURL
curl --request GET \ --url https://api.illuminalab.com/v1/threads/{id} \ --header 'authorization: <authorization>'
{ "thread": { "id": "<string>", "title": "<string>", "resource_id": "<string>", "team_id": "<string>", "created_at": "<string>", "updated_at": "<string>", "deleted_at": "<string>", "metadata": "<string>", "working_memory": "<string>" } }
Get a thread by ID. Returns the full thread object including metadata.
Thread ID (UUID format)
Response for status 200
Thread object
Show child attributes