Get a ticket

Get a ticket by ticket id.

SecurityJWT
Request
path Parameters
id
required
string
header Parameters
Workspace
required
string

The workspace identifier, which isolates API requests inside the provided workspace scope.

Example: corodevonmicrosoftcom_TX7T_u
Responses
200

Success

400

Bad request, validation error

401

Unauthorized request

403

Access forbidden

429

Too Many Requests

500

Internal server error

get/v1/tickets/{id}
Request samples
Response samples
application/json
{
  • "id": "GYDU-1212",
  • "ticketTrigger": "malwareInCloudDrive",
  • "processed": true,
  • "creationTime": 1662052343274,
  • "threatTime": 1662052343274,
  • "processedTime": 1662052343274,
  • "lastEventTime": 16620523284720,
  • "parentWorkspaceId": "coroparent_123",
  • "ticketDetails": {
    },
  • "workspaceId": "corotest_123"
}