Skip to main content
GET
List enterprise support tickets

Authorizations

Authorization
string
header
required

API key in the format avoca_<64 hex characters>

Path Parameters

enterpriseId
integer
required

The enterprise ID

Query Parameters

team_id
integer

Filter to one accessible team

Required range: x >= 1
start_date
string<date-time>

Only rows on/after this ISO 8601 timestamp

end_date
string<date-time>

Only rows before this ISO 8601 timestamp

include_test_teams
boolean
default:false

Include designated internal QA/test teams in multi-team aggregations (default false)

cursor
string

Opaque pagination cursor from the previous response's pagination.cursor

limit
integer
default:50

Results per page (default 50, max 100)

Required range: 1 <= x <= 100

Response

Paginated support tickets across the enterprise

data
object[]
pagination
object
meta
object