Skip to main content
GET
List
🔑 Requires the actions.view scope.

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Query Parameters

page_size
integer<int64>
default:25

Integer number of records to return

Required range: 1 <= x <= 250
Example:

25

after
string

An action's ID. This endpoint will return a list of actions after this ID in relation to the API response order.

Example:

"01FDAG4SAP5TYPT98WGR2N7W91"

incident_id
string

Find actions related to this incident

Example:

"01FCNDV6P870EA6S7TK1DSYD5H"

incident_mode
enum<string>

Filter to actions from incidents of the given mode. If not set, only actions from standard and retrospective incidents are returned

Available options:
standard,
retrospective,
test,
tutorial,
stream
Example:

"standard"

created_at
object

Filter on action created at timestamp. Accepted operators are 'gte', 'lte' and 'date_range'.

Example:
updated_at
object

Filter on action updated at timestamp. Accepted operators are 'gte', 'lte' and 'date_range'.

Example:

Response

OK response.

actions
object[]
required
Example:
pagination_meta
object
required
Example: