List Transcriptions
GET/v2/transcriptions
List Conversation Transcriptions
Request
Query Parameters
Returns all matching records that are less than to the provided iso8601 timestamp. The comparison is done using microsecond precision.
Returns all matching records that are less than or equal to the provided iso8601 timestamp. The comparison is done using microsecond precision.
Returns all matching records that are greater than to the provided iso8601 timestamp. The comparison is done using microsecond precision.
Returns all matching records that are greater than or equal to the provided iso8601 timestamp. The comparison is done using microsecond precision.
Returns all matching records that are less than to the provided iso8601 timestamp. The comparison is done using microsecond precision.
Returns all matching records that are less than or equal to the provided iso8601 timestamp. The comparison is done using microsecond precision.
Returns all matching records that are greater than to the provided iso8601 timestamp. The comparison is done using microsecond precision.
Returns all matching records that are greater than or equal to the provided iso8601 timestamp. The comparison is done using microsecond precision.
Possible values: [en-AU
, en-AB
, en-GB
, en-IN
, en-IE
, en-NZ
, en-ZA
, en-US
, en-WL
, es-ES
, es-US
, nl-NL
, it-IT
, fr-FR
, fr-CA
, de-DE
, de-CH
]
Filter transcriptions by language code of the transcription, this is the language of the conversation
Filter transcriptions by identifiers. This parameter can be use to get multiple transcriptions by their identifiers
Possible values: [created_at
, updated_at
]
Sort by field, this is the field that the results will be sorted by. Defaults to created_at
How many records to show per page in the range [1, 100]. Defaults to 25
The current page to fetch results from. Defaults to 1
Whether to include total_pages and total_count in the metadata. Defaults to false
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
Transcription Id
Possible values: [en-AU
, en-AB
, en-GB
, en-IN
, en-IE
, en-NZ
, en-ZA
, en-US
, en-WL
, es-ES
, es-US
, nl-NL
, it-IT
, fr-FR
, fr-CA
, de-DE
, de-CH
]
The text's BCP-47 language code, such as "en-US" or "sr-Latn".
Reference: http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
Date transcription was created
Date transcription was last updated
conversation object
Reference to the Conversation
transcription_sentences object
Reference to the transcription sentences
transcription_artifact object
Reference to the transcription artifact
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"language_code": "en-AU",
"created_at": "2024-12-03T21:47:47.585Z",
"updated_at": "2024-12-03T21:47:47.585Z",
"conversation": {
"id": "string",
"_href": "string"
},
"transcription_sentences": {
"id": "string",
"_href": "string"
},
"transcription_artifact": {
"id": "string",
"_href": "string"
}
}
]