Skip to main content
GET
/
v1
/
ceo
/
sessions
List CEO sessions
curl --request GET \
  --url https://api.usenaive.ai/v1/ceo/sessions \
  --header 'Authorization: Bearer <token>'
{
  "sessions": [
    {}
  ],
  "count": 123
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Query Parameters

limit
integer
default:20
Required range: x <= 100

Response

200 - application/json

OK.

sessions
object[]
count
number