List Ticket Skips

GET {{baseUrl}}/api/v2/users/:user_id/skips?sort_order=<string>

Archived tickets are not included in the response. See About archived tickets in the Support Help Center.

Pagination

  • Cursor pagination (recommended)
  • Offset pagination

See Pagination.

Returns a maximum of 100 records per page.

Allowed For

  • Agents with read-only or higher reporting access permissions
  • Agents retrieving their own skips

Request Params

KeyDatatypeRequiredDescription
sort_orderstringSort order. Defaults to "asc"

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;skips&quot;:[{&quot;created_at&quot;:&quot;2015-09-30T21:44:03Z&quot;,&quot;id&quot;:1,&quot;reason&quot;:&quot;I have no idea.&quot;,&quot;ticket&quot;:{&quot;assignee_id&quot;:235323,&quot;collaborator_ids&quot;:[35334,234],&quot;created_at&quot;:&quot;2009-07-20T22:55:29Z&quot;,&quot;custom_fields&quot;:[{&quot;id&quot;:27642,&quot;value&quot;:&quot;745&quot;},{&quot;id&quot;:27648,&quot;value&quot;:&quot;yes&quot;}],&quot;description&quot;:&quot;The fire is very colorful.&quot;,&quot;due_at&quot;:null,&quot;external_id&quot;:&quot;ahg35h3jh&quot;,&quot;follower_ids&quot;:[35334,234],&quot;group_id&quot;:98738,&quot;has_incidents&quot;:false,&quot;id&quot;:123,&quot;organization_id&quot;:509974,&quot;priority&quot;:&quot;high&quot;,&quot;problem_id&quot;:9873764,&quot;raw_subject&quot;:&quot;{{dc.printer_on_fire}}&quot;,&quot;recipient&quot;:&quot;support@company.com&quot;,&quot;requester_id&quot;:20978392,&quot;satisfaction_rating&quot;:{&quot;comment&quot;:&quot;Great support!&quot;,&quot;id&quot;:1234,&quot;score&quot;:&quot;good&quot;},&quot;sharing_agreement_ids&quot;:[84432],&quot;status&quot;:&quot;open&quot;,&quot;subject&quot;:&quot;Help, my printer is on fire!&quot;,&quot;submitter_id&quot;:76872,&quot;tags&quot;:[&quot;enterprise&quot;,&quot;other_tag&quot;],&quot;type&quot;:&quot;incident&quot;,&quot;updated_at&quot;:&quot;2011-05-05T10:38:52Z&quot;,&quot;url&quot;:&quot;https://company.zendesk.com/api/v2/tickets/35436.json&quot;,&quot;via&quot;:{&quot;channel&quot;:&quot;web&quot;}},&quot;ticket_id&quot;:123,&quot;updated_at&quot;:&quot;2015-09-30T21:44:03Z&quot;,&quot;user_id&quot;:456},{&quot;created_at&quot;:&quot;2015-10-01T21:44:03Z&quot;,&quot;id&quot;:2,&quot;reason&quot;:&quot;I am lost.&quot;,&quot;ticket&quot;:{&quot;assignee_id&quot;:235323,&quot;collaborator_ids&quot;:[35334,234],&quot;created_at&quot;:&quot;2009-07-20T22:55:29Z&quot;,&quot;custom_fields&quot;:[{&quot;id&quot;:27642,&quot;value&quot;:&quot;745&quot;},{&quot;id&quot;:27648,&quot;value&quot;:&quot;yes&quot;}],&quot;description&quot;:&quot;The fire is very colorful.&quot;,&quot;due_at&quot;:null,&quot;external_id&quot;:&quot;ahg35h3jh&quot;,&quot;follower_ids&quot;:[35334,234],&quot;group_id&quot;:98738,&quot;has_incidents&quot;:false,&quot;id&quot;:321,&quot;organization_id&quot;:509974,&quot;priority&quot;:&quot;high&quot;,&quot;problem_id&quot;:9873764,&quot;raw_subject&quot;:&quot;{{dc.printer_on_fire}}&quot;,&quot;recipient&quot;:&quot;support@company.com&quot;,&quot;requester_id&quot;:20978392,&quot;satisfaction_rating&quot;:{&quot;comment&quot;:&quot;Great support!&quot;,&quot;id&quot;:1234,&quot;score&quot;:&quot;good&quot;},&quot;sharing_agreement_ids&quot;:[84432],&quot;status&quot;:&quot;open&quot;,&quot;subject&quot;:&quot;Help, my printer is on fire!&quot;,&quot;submitter_id&quot;:76872,&quot;tags&quot;:[&quot;enterprise&quot;,&quot;other_tag&quot;],&quot;type&quot;:&quot;incident&quot;,&quot;updated_at&quot;:&quot;2011-05-05T10:38:52Z&quot;,&quot;url&quot;:&quot;https://company.zendesk.com/api/v2/tickets/35436.json&quot;,&quot;via&quot;:{&quot;channel&quot;:&quot;web&quot;}},&quot;ticket_id&quot;:321,&quot;updated_at&quot;:&quot;2015-10-01T21:44:03Z&quot;,&quot;user_id&quot;:654}]}