Retrieve Monitors for an Organization
GET /api/0/organizations/{organization_slug}/monitors/
Lists monitors, including nested monitor environments. May be filtered to a project or environment.
Path Parameters
organization_slug
(string)REQUIREDThe 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. For example the following are valid parameters:/?project=1234&project=56789
/?project=-1
environment
(array(string))The name of environments to filter by.
Scopes
You need to authenticate via bearer auth token.
<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
.