Get an incident.

get

/connectedWorker/clientapi/v2/orgs/{orgId}/incidents/{incidentId}

This operation retrieves the details of a specific incident.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Incident was successfully retrieved.
Body ()
Root Schema : Incident
Type: object
Show Source
Nested Schema : tags
Type: array
Unique Items Required: true
Tags for this incident. Can be updated.
Show Source
Example:
[
    "tag1",
    "tag2"
]
Back to Top