List thread comments

View as Markdown

Lists the comments on a thread (anchored to a run/task/action-run-item/record). Requires read access to the anchored entity (playbook-run:read, or data-record:read for records); an inaccessible project or entity reads as 404.

Authentication

AuthorizationBearer

WorkOS session JWT or an organization API key, sent as Authorization: Bearer <token>.

Path parameters

projectIdstringRequired
threadIdstringRequired

Query parameters

limitintegerOptional
Maximum number of comments to return.
cursorstringOptional
Opaque pagination cursor from a previous page.

Response

The thread's comments.
commentslist of maps from strings to any
nextCursorstring or null
Opaque cursor for the next page, if any.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error