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

A follow-up's ID. This endpoint will return a list of follow-ups after this ID in relation to the API response order.

Example:

"01FDAG4SAP5TYPT98WGR2N7W91"

incident_id
string

Find follow-ups related to this incident

Example:

"01FCNDV6P870EA6S7TK1DSYD5H"

incident_mode
enum<string>

Filter to follow-ups from incidents of the given mode

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

"standard"

assignee_team_id
string

Filter follow-ups that are assigned to the given team

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

created_at
object

Filter on follow-up created at timestamp. Accepted operators are 'gte', 'lte' and 'date_range'.

Example:
updated_at
object

Filter on follow-up updated at timestamp. Accepted operators are 'gte', 'lte' and 'date_range'.

Example:

Response

OK response.

follow_ups
object[]
required
Example:
pagination_meta
object
required
Example: