Get incidents.

get

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

This operation retrieves incidents.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Incidents were successfully retrieved
Body ()
Root Schema : Incidents
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested 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