Skip to main content
GET
Get helpdesk ticket by id

Authorizations

Authorization
string
header
required

Conduit API token. Use Authorization: Bearer <token>. Read/write endpoints require a token with write access.

Path Parameters

id
string
required

Helpdesk ticket id.

Example:

"hd77c0dy0mgdpzmqz6tesry8w184002s"

Query Parameters

workspace_id
string

Optional workspace override. If omitted, Conduit resolves the helpdesk ticket's workspace automatically.

Example:

"j57demo8f8x7c9v0n2q4r6t8y1u3i5o"

Response

Helpdesk ticket

Single helpdesk ticket response including requester identity and upstream metadata.

data
object
required

A helpdesk ticket mirrored from an external helpdesk system (Zendesk, Pylon, Plain). external_ticket_id is the upstream ticket id; id is the Conduit-stable identifier.