Querying list of transcripts
keyword
instead.Title of the transcriptThis argument is mutually exclusive with keyword
fieldThe maximum allowable length for this field is 256
characters.title
fieldThe maximum allowable length for this field is 255
characters.keyword
becomes a required fieldDefaults to TITLE
if no value is providedThe available options for this field are:title
: Search within the title.sentences
: Search within the sentences.all
: Search within title and sentences.fromDate
. The fromDate
parameter accepts a date-time
string in the ISO 8601 format, specifically in the form YYYY-MM-DDTHH:mm.sssZ
. For example, a
valid timestamp would be 2024-07-08T22:13:46.660Z
.toDate
. The toDate
parameter accepts a date-time string
in the ISO 8601 format, specifically in the form YYYY-MM-DDTHH:mm.sssZ
. For example, a valid
timestamp would be 2024-07-08T22:13:46.660Z
.fromDate
and toDate
instead.Return all transcripts created within the date specified. Query input value must be in milliseconds.
For example, you can use the JavaScript new Date().getTime()
to get the datetime in milliseconds
which should look like this 1621292557453
. The timezone for this field is UTC +00:00For more details regarding time since EPOCHtranscripts
query. Full list of error codes can be found here.
object_not_found (team)
This may indicate that you are not a part of any team. Please contact support if you encounter this error
object_not_found (user)
The user ID you are trying to query does not exist or you do not have access to it.