Session

Current state of a session.

  • session_id
    Type: string · Session Id
    required

    The session identifier.

  • call_id
    Type: string · Call Idnullable

    The live call this session is analysing.

  • configuration_id
    Type: string · Configuration Idnullable

    UUID of the configuration currently in force.

  • customer_metadata
    Type: object · Customer Metadatanullable

    The opaque object supplied when the session was created.

    • propertyName
      Type: anything
  • started_at
    Type: string · Started Atnullable

    When the session was established (ISO 8601).

  • status
    Type: string · Statusnullable

    Lifecycle status, e.g. established, ending, ended, failed, or timed_out.