List thread comments
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
projectId
threadId
Query parameters
limit
Maximum number of comments to return.
cursor
Opaque pagination cursor from a previous page.
Response
The thread's comments.
comments
nextCursor
Opaque cursor for the next page, if any.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error