Retrieve Check-Ins for a Monitor
GET /api/0/organizations/{organization_slug}/monitors/{monitor_slug}/checkins/
Retrieve a list of check-ins for a monitor
Path Parameters
organization_slug
(string)REQUIREDThe slug of the organization the resource belongs to.
monitor_slug
(string)REQUIREDThe slug of the monitor.
Scopes
You need to authenticate via bearer auth token.
<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_slug}/checkins/ \ -H 'Authorization: Bearer <auth_token>'
RESPONSESCHEMA
.