Threads
List Threads
GET
Lists all threads, optionally filtered by agent or user.
string
Filter threads by agent name
string
Filter threads by user identifier
number
default:"50"
Maximum number of threads to return (1-100)
number
default:"0"
Number of threads to skip for pagination
array
required
Array of thread objects
number
required
Total number of threads matching the filter
boolean
required
Whether more threads exist beyond the current page
Thread Object
string
required
Unique thread identifier
string
required
The agent name associated with this thread
string | null
User identifier if set
array
required
Array of string tags
number
required
Unix timestamp in seconds
object
Agent details including title, type, description, and icon
string
Human-readable agent title
string
Agent type:
ai_human or dual_aistring
Agent description if set
string
Full URL to agent icon (absolute paths are resolved to full URLs)