List a channel's created and shared threads

GET/v1/channels/{channelId}/threads

Requires active organization membership and threads:read scope. Includes existing threads shared through channel messages, once per thread, alongside agent threads created by mentions in this channel, newest first. Channel-created threads are omitted from ordinary thread lists; shared originals retain their location. Read their history through the canonical /threads/{threadId}/timeline and /threads/{threadId}/events endpoints.

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
NameLocationTypeRequiredDescription
channelIdpathstringYes
Query parameters
NameLocationTypeRequiredDescription
limitqueryintegerNo
offsetqueryintegerNo

Body schema

This endpoint does not require a request body.

None.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Agent threads and the total number of retained threadsapplication/json
FieldTypeRequiredDescription
dataobject[]Yes
data[].idstringYesUnique identifier.
data[].channelIdstringYes
data[].sourceEventIdstringYes
data[].titlestringYesDisplay title.
data[].agentIdstringYesAgent ID.
data[].agentNamestringYes
data[].environmentIdstringYesComputer ID.
data[].environmentNamestringYes
data[].statusstringYesQueue/execution status, including queued, running, completed, failed, cancelled and permission_asked.
data[].threadStatusstringYesCanonical thread status, independent of the initial mention job.
data[].batchJobIdstringYes
data[].createdAtstringYesISO 8601 timestamp.
data[].updatedAtstringYesISO 8601 timestamp.
totalintegerYes
400Invalid input (400), unauthenticated (401), denied (403), unavailable resource (404), stale revision/idempotency conflict/archived channel (409), unavailable PostgreSQL backend (503), or failed operation (500).application/json
FieldTypeRequiredDescription
errorstringYes
codestringNo
messagestringYesMessage text.
401Invalid input (400), unauthenticated (401), denied (403), unavailable resource (404), stale revision/idempotency conflict/archived channel (409), unavailable PostgreSQL backend (503), or failed operation (500).application/json
FieldTypeRequiredDescription
errorstringYes
codestringNo
messagestringYesMessage text.
403Invalid input (400), unauthenticated (401), denied (403), unavailable resource (404), stale revision/idempotency conflict/archived channel (409), unavailable PostgreSQL backend (503), or failed operation (500).application/json
FieldTypeRequiredDescription
errorstringYes
codestringNo
messagestringYesMessage text.
404Invalid input (400), unauthenticated (401), denied (403), unavailable resource (404), stale revision/idempotency conflict/archived channel (409), unavailable PostgreSQL backend (503), or failed operation (500).application/json
FieldTypeRequiredDescription
errorstringYes
codestringNo
messagestringYesMessage text.
500Invalid input (400), unauthenticated (401), denied (403), unavailable resource (404), stale revision/idempotency conflict/archived channel (409), unavailable PostgreSQL backend (503), or failed operation (500).application/json
FieldTypeRequiredDescription
errorstringYes
codestringNo
messagestringYesMessage text.
503Invalid input (400), unauthenticated (401), denied (403), unavailable resource (404), stale revision/idempotency conflict/archived channel (409), unavailable PostgreSQL backend (503), or failed operation (500).application/json
FieldTypeRequiredDescription
errorstringYes
codestringNo
messagestringYesMessage text.
List a channel's created and shared threads
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow