Sessions

Export a transcript

Export the session transcript.

MethodPathRequired permissions
GET/v1/sessions/{session_id}/export
read:sessions
Token access
API key
Supported.
CLI user token
Supported.
Sandbox token
Requires the ellipsis:api scope and the required grants in the token's permissions.ellipsis configuration.

Higher permission levels include lower levels: read < write < delete.

Grant match patterns can further restrict access to individual resources.

Path parameters

session_idstringrequired
curl "https://api.ellipsis.dev/v1/sessions/{session_id}/export" \
  -H "Authorization: Bearer $ELLIPSIS_API_TOKEN"

Request

Response

Example response, 200
{
"archived_through_feed_seq": 0,
"earliest_feed_seq": 0,
"format": "ellipsis_session_log@1",
"has_more": false,
"latest_feed_seq": 0,
"session_id": "string"
}

On this page

No Headings
Schedule a demo