Skip to main content
POST
Admin Queue Logs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
queueId
number[]
required

Queue IDs to include in the report

startDate
string
required

Start date for the report period

endDate
string
required

End date for the report period

events
enum<string>[]

Filter by queue event types

Available options:
AGENT_COMPLETE
users

Filter by user peer names, or 'ALL' for all users

tag
string[]

Filter by call tags

Minimum array length: 1
callId
string

Filter by specific call ID

recordsPerPage
number

Number of records per page

page
number

Page number

reportType

Report type (Scheduled, Export, or Live)

Available options:
Scheduled

Response

200 - application/json

Queue logs or export acknowledgement

Paginated queue logs

queueIds
number[]
required

Queue IDs included

records
object[]
required

Queue log events

total
number
required

Total matching records

page
number
required

Current page number

maxPage
number
required

Maximum page number