Skip to content
Pile
Esc
navigateopen⌘Jpreview

List support capture console

GET/workspaces/{organizationId}/support/captures/{ticketId}/console
Path parameters
organizationIdstringrequired
ticketIdstringrequired
Query parameters
levelstring
isErrorstring
Allowed:truefalse
Responses
200Console logs
eventsany[]required
404Console logs not found
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/support/captures/string/console"
Response
{
  "events": [
    null
  ]
}