Skip to content
Pile
Esc
navigateopen⌘Jpreview

List support capture events

GET/workspaces/{organizationId}/support/captures/{ticketId}/events
Path parameters
organizationIdstringrequired
ticketIdstringrequired
Query parameters
typestring
actionstring
Responses
200User events
eventsany[]required
404User events not found
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/support/captures/string/events"
Response
{
  "events": [
    null
  ]
}