Skip to main content
GET
/
v1
/
resources
/
{resourceId}
/
threads
List threads for resource
curl --request GET \
  --url https://api.illuminalab.com/v1/resources/{resourceId}/threads \
  --header 'authorization: <authorization>'
{
  "threads": [
    {
      "id": "<string>",
      "title": "<string>",
      "resource_id": "<string>",
      "team_id": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>",
      "deleted_at": "<string>",
      "metadata": "<string>",
      "working_memory": "<string>"
    }
  ],
  "total": 123,
  "limit": 123,
  "offset": 123
}

Headers

authorization
string
required

Path Parameters

resourceId
string
required

Unique resource identifier (minimum 10 characters)

Minimum string length: 10

Response

Response for status 200

threads
object[]
required

Array of threads (sanitized if sanitize=true)

Thread object

total
number
required

Total count of threads returned

limit
number
required

Requested page size

offset
number
required

Pagination offset used