Skip to main content
GET
/
v1
/
threads
/
{id}
Get thread
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>"
  }
}

Headers

authorization
string
required

Path Parameters

id
string
required

Thread ID (UUID format)

Response

Response for status 200

thread
object
required

Thread object