Skip to main content
GET
/
agent_execution
/
threads
Get Threads
curl --request GET \
  --url https://ds.cominty.com/agent_execution/threads \
  --header 'x-cominty-token: <api-key>'
{
  "cursor": "<string>",
  "data": [
    {
      "id": "<string>",
      "created_at": "<string>",
      "name": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.cominty.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-cominty-token
string
header
required

Your Cominty API token.

Query Parameters

cursor
string | null
limit
integer
default:5
Required range: 5 <= x <= 50
terms
string[]
Maximum array length: 10

Response

Successful Response

cursor
string | null
required
data
ThreadMetadata · object[]
required