GET
/
incident
/
{id}
/
log

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

the incident identifier

Response

200 - application/json
id
string
required

Unique identifier for the entity

createdAt
string
required
updatedAt
string
required
action
enum<string>
required

the slack access token returned from the oauth

Available options:
CREATE,
SNOOZE,
REOPEN,
CLOSE,
ACKNOWLEDGE,
RESOLVE
actor
object