cURL
curl --request GET \ --url https://api.illuminalab.com/v1/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 }
Get all threads for the authenticated team. Returns paginated results sorted by creation date.
Maximum threads to return (1-100)
1 <= x <= 100
Pagination offset
x >= 0
Response for status 200
Array of threads for the team
Show child attributes
Total count of threads returned
Requested page size
Pagination offset used