Recordings

Get recording details

Returns a single recording with detailed metadata and derived stats.

Rate limits:

  • Global: 120 requests per minute per API key.
get/recordings/{token}

Path parameters

tokenstring required

Public recording token identifier.

Response

Recording fetched successfully.

Example response

{
  "data": {
    "groups": [
      {
        "groupId": "456",
        "groupName": "Enterprise Sales"
      }
    ]
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.