List Transcriptions
In order to retrieve all transcriptions in your workspace you can use this request.
curl "/workspaces/{workpaceId}/transcriptions" \
-H 'Authorization: Bearer {Token}'
{
"results": [
{
"id": "7f1e9ce1-95db-4a39-80f4-9bde69908c53",
"recordingId": "5b74ee9e-9d45-473a-82cd-f1f7feea6bbd",
"status": "available",
"stereo": false,
"locale": "en-US",
"createdAt": "2023-10-23T15:55:38.888Z",
"updatedAt": "2023-10-23T15:55:47.439Z"
},
{
"id": "ac5fb7ec-625f-48f1-ae4a-ccee9cc4be93",
"recordingId": "6b0ea138-7f07-4c10-bcf2-d2522a481059",
"status": "available",
"stereo": false,
"locale": "en-US",
"createdAt": "2023-10-23T15:52:21.928Z",
"updatedAt": "2023-10-23T15:52:30.849Z"
}
]
}
Last updated