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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

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

Enter a gateway URL above to enable sending.

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

TypeScript

import zendesk from '@utdk/zendesk';

await zendesk.getticket()