Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.repixa.io/llms.txt

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

List Sessions

Returns all demo sessions, ordered by most recent. Optionally filter by agent.

Request

GET https://api.repixa.io/v1/sessions
Authorization: Bearer YOUR_API_KEY

Query parameters

ParameterTypeDescription
agent_idstringFilter sessions by agent ID
limitintegerNumber of results (default 20, max 100)

Response 200

{
  "data": [
    {
      "id": "ses_01hx...",
      "agent_id": "agt_01hx...",
      "contact_id": "cnt_01hx...",
      "status": "completed",
      "intent_score": 82,
      "duration_seconds": 742,
      "meeting_booked": true,
      "replay_url": "https://app.repixa.io/sessions/ses_01hx...",
      "signals": {
        "interest": 75,
        "objections": 2,
        "buying_signals": 4
      },
      "started_at": "2026-05-20T14:00:00Z",
      "ended_at": "2026-05-20T14:12:22Z"
    }
  ]
}

Session status values

StatusDescription
completedProspect finished the full demo
abandonedProspect dropped off early
in_progressSession is currently live