Live
Retrieve a live event
Event Types
Transcripts
Document Types
Backlog Audio
Live Transcripts
Cookies
Live
Retrieve a live event
GET
/
public
/
v3
/
live
/
{id}
curl --request GET \
--url https://api.quartr.com/public/v3/live/{id} \
--header 'x-api-key: <api-key>'
{
"data": {
"id": 127537,
"eventId": 128301,
"companyId": 4742,
"date": "2021-09-15T15:00:00.000Z",
"updatedAt": "2021-09-15T15:02:00.000Z",
"createdAt": "2021-05-15T15:00:00.000Z",
"wentLiveAt": "2021-09-15T15:02:00.000Z",
"state": "recordingAvailable",
"audio": "https://quartr.com/file.mp3",
"transcript": "https://quartr.com/file.json"
}
}
Authorizations
Path Parameters
Response
200
application/json
Example:
127537
Example:
128301
Example:
4742
Example:
"2021-09-15T15:00:00.000Z"
Example:
"2021-09-15T15:02:00.000Z"
Example:
"2021-05-15T15:00:00.000Z"
Example:
"2021-09-15T15:02:00.000Z"
Example:
"recordingAvailable"
Example:
"https://quartr.com/file.mp3"
Example:
"https://quartr.com/file.json"
Was this page helpful?
curl --request GET \
--url https://api.quartr.com/public/v3/live/{id} \
--header 'x-api-key: <api-key>'
{
"data": {
"id": 127537,
"eventId": 128301,
"companyId": 4742,
"date": "2021-09-15T15:00:00.000Z",
"updatedAt": "2021-09-15T15:02:00.000Z",
"createdAt": "2021-05-15T15:00:00.000Z",
"wentLiveAt": "2021-09-15T15:02:00.000Z",
"state": "recordingAvailable",
"audio": "https://quartr.com/file.mp3",
"transcript": "https://quartr.com/file.json"
}
}