provider Tickets GET /tickets/{ticketId}
@utdk/zendesk /tickets/{ticketId}
Show a ticket
Returns the details of a specific ticket by its ID, including subject, description, status, priority, requester, assignee, tags, and custom field values.
ticketId path required
The ticket ID
integer

Try it

Authentication
Configure credentials for Zendesk Support API
getticket
GET/tickets/{ticketId}
Returns the details of a specific ticket by its ID, including subject, description, status, priority, requester, assignee, tags, and custom field values.

Parameters

required

The ticket ID

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import zendesk from '@utdk/zendesk';

await zendesk.getticket()