Retrieve a Monitor for a Project
GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/monitors/{monitor_id_or_slug}/
Retrieves details for a monitor.
Path Parameters
- organization_id_or_slug(string)REQUIRED
- The ID or slug of the organization the resource belongs to. 
- project_id_or_slug(string)REQUIRED
- The ID or slug of the project the resource belongs to. 
- monitor_id_or_slug(string)REQUIRED
- The ID or 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/projects/{organization_id_or_slug}/{project_id_or_slug}/monitors/{monitor_id_or_slug}/ \
 -H 'Authorization: Bearer <auth_token>'RESPONSESCHEMA
.