Retrieve Check-Ins for a Monitor

GET /api/0/organizations/{organization_slug}/monitors/{monitor_id_or_slug}/checkins/

Retrieve a list of check-ins for a monitor

Path Parameters

organization_slug (string)
REQUIRED

The slug of the organization the resource belongs to.

monitor_id_or_slug (string)
REQUIRED

The id or slug of the monitor.

Scopes

<auth_token> requires one of the following scopes:
  • project:admin
  • project:read
  • project:write
curl https://sentry.io/api/0/organizations/{organization_slug}/monitors/{monitor_id_or_slug}/checkins/ \
 -H 'Authorization: Bearer <auth_token>'
RESPONSESCHEMA
.