Retrieve a Monitor

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

Retrieves details 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.

Query Parameters:

environment (array(string))

The name of environments to filter by.

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}/ \
 -H 'Authorization: Bearer <auth_token>'
RESPONSESCHEMA
.