List threads
cURL
GET /management/v1/threads
Lists your organization’s threads, newest first, as a paginated
list. Filters OR within a field and
AND across fields — repeat a parameter to OR values:
Filter by project.
Filter by agent — repeatable.
Filter by end-user id.
RFC 3339 timestamp — repeat it twice for a
[start, end] range.Threads where this tool was activated — repeatable.
Threads where a rule was evaluated:
code, or code:outcome with outcome
one of fired, blocked, passed. Repeatable.Threads by computed parameter:
key:value, key:* (any value), or a
comparison like amount>100. Repeatable.Get a thread
GET /management/v1/threads/{threadId}
Returns one thread — its title, the user_id it belongs to, its
welcome_message, and current followup_suggestions.
Rename a thread
PATCH /management/v1/threads/{threadId}
cURL
The new title. Fields you omit are left unchanged; the full updated thread
is returned.