Skip to main content
GET
/
v1
/
core
/
recordings
/
{id}
/
summaries
Get recording summaries
curl --request GET \
  --url https://api.example.com/v1/core/recordings/{id}/summaries \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "content": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

Get recording summaries

id
string
required
name
string
required
content
string
required