List Ticket Metric Events

GET {{baseUrl}}/api/v2/incremental/ticket_metric_events?start_time=<integer>

Returns ticket metric events that occurred on or after the start time.

Cursor pagination returns a maximum of 100 records per page. Events are listed in chronological order.

If the results are not paginated, events will be returned as a time-based incremental export.

See Time-based incremental exports.

Pagination

  • Cursor pagination
  • No pagination

See Pagination.

Allowed For

  • Admins

Request Params

KeyDatatypeRequiredDescription
start_timestring(Required) The Unix UTC epoch time of the oldest event you're interested in. Example: 1332034771.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;count&quot;:3,&quot;end_time&quot;:1603716792,&quot;next_page&quot;:&quot;https://company.zendesk.com/api/v2/incremental/ticket_metric_events.json?start_time=1603716792&quot;,&quot;ticket_metric_events&quot;:[{&quot;id&quot;:926232157301,&quot;instance_id&quot;:0,&quot;metric&quot;:&quot;agent_work_time&quot;,&quot;ticket_id&quot;:155,&quot;time&quot;:&quot;2020-10-26T12:53:12Z&quot;,&quot;type&quot;:&quot;measure&quot;},{&quot;id&quot;:926232757371,&quot;instance_id&quot;:1,&quot;metric&quot;:&quot;agent_work_time&quot;,&quot;ticket_id&quot;:155,&quot;time&quot;:&quot;2020-10-26T12:53:12Z&quot;,&quot;type&quot;:&quot;activate&quot;},{&quot;id&quot;:926232927415,&quot;instance_id&quot;:0,&quot;metric&quot;:&quot;pausable_update_time&quot;,&quot;ticket_id&quot;:155,&quot;time&quot;:&quot;2020-10-26T12:53:12Z&quot;,&quot;type&quot;:&quot;measure&quot;}]}