Retrieve monitors for an organization

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

Lists monitors, including nested monitor enviroments. May be filtered to a project or environment.

Path Parameters

organization_slug (string)
REQUIRED

The slug of the organization the resource belongs to.

Query Parameters:

project (array(integer))

The ids of projects to filter by. -1 means all available projects. If this parameter is omitted, the request will default to using 'My Projects'

environment (array(string))

The name of environments to filter by.

Scopes

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