Skip to main content
GET
/
super-agent
/
sessions
List Super Agent Sessions
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"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.attention.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Query Parameters

Optional search term to filter sessions by title

limit
integer

Maximum number of sessions to return (default: 50)

Response

Sessions retrieved successfully

sessions
object[]

List of user's super agent sessions