Get threads for an agent
Retrieves a list of execution threads associated with the specified agent. This can be used for monitoring and debugging purposes.
Authorizations
Use JWT token for authentication
Path Parameters
UUID of the agent whose threads should be listed
Query Parameters
Filter threads by status Current status of the thread
RUNNING, PAUSED, COMPLETED, FAILED, AWAITING_APPROVAL Maximum number of threads to return (pagination)
1 <= x <= 100Number of threads to skip (pagination offset)
x >= 0Response
List of threads for the specified agent
Unique identifier for the thread
Unique identifier for the associated agent
Current status of the thread
RUNNING, PAUSED, COMPLETED, FAILED, AWAITING_APPROVAL Timestamp when the thread was created
Messages exchanged in the thread
Timestamp when the thread was last updated
Custom metadata associated with the thread
Total cost accumulated by this thread