List Transcriptions
In order to retrieve all transcriptions in your workspace you can use this request.
List transcriptions
Authorizations
HTTPRequired
Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')
Path parameters
workspaceIdstringRequired
Query parameters
limitinteger · min: 1 · max: 99OptionalDefault:
Limits the number of results to return
10pageTokenstring · max: 8000Optional
Pagination token that keeps of track of the current position in the list
Responses
200
OK
application/json
404
Not found
application/json
get
/workspaces/{workspaceId}/transcriptionscurl "/workspaces/{workpaceId}/transcriptions" \
-H 'Authorization: AccessKey YOUR_SECRET_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
Was this helpful?

