The Insert excerpt _ExcerptBetaAPI _ExcerptBetaAPI nopanel true GET /interactions/jobs
endpoint enables you to retrieve jobs. You can search for jobs and endpoint will return list of jobs that user has access to within the account.
...
Authorization scopes supported:
Scope | Access granted |
---|---|
interaction-content:read | Entire endpoint |
Parameters
The endpoint accepts the following query parameters:
size
Type | Required | Example | Default |
---|---|---|---|
Integer | False | 100 | 1000 |
Size of the requested page with jobs.
page
Type | Required | Example | Default |
---|---|---|---|
Integer | False | 4 | 1 |
Page number of requested page with jobs.
Request
Request jobs with default paging
...
jobId
. The unique identifier of the job.type
. The type of job.startDate
. The start date and time for interaction content export (inclusive).endDate
. The end date and time for interaction content export (inclusive).status
. Status of the job.filters
. A JSON object representing filters used for exportcontentTypes
. A JSON array with interaction content types that are included during export process. If array is empty, export includes all interaction content types. Available interaction content types:callRecording
screenRecording
voicemail
transcript
chatTranscript
categorizationResult
attachment
ivrAudioRecording
conversationSummary
sentimentSummary
interactionLog
initialDirection
. A JSON array including interaction directions (inbound
,outbound
). If array is empty, export includes both interaction directions.
externalStorageId
. The unique identifier of the external storage.
...