cURL
curl --request GET \ --url https://api.attention.tech/v2/super-agent/sessions \ --header 'Authorization: <api-key>'
{ "sessions": [ { "id": "sa-uuid-1", "session_id": "session-uuid-1", "title": "Q1 Revenue Analysis", "status": "ACTIVE", "created_at": "2024-03-18T14:00:00Z", "updated_at": "2024-03-18T14:30:00Z" }, { "id": "sa-uuid-2", "session_id": "session-uuid-2", "title": "Competitor Research", "status": "COMPLETED", "created_at": "2024-03-17T10:00:00Z", "updated_at": "2024-03-17T11:00:00Z" } ] }
Retrieves a list of super agent chat sessions for the authenticated user. Supports optional filtering by title search and pagination.
Optional search term to filter sessions by title
Maximum number of sessions to return (default: 50)
Sessions retrieved successfully
List of user's super agent sessions
Show child attributes
Was this page helpful?