List monitors
Monitors
List monitors
Returns all monitors created by the authenticated user.
GET
List monitors
Authorizations
API key for authentication.
Query Parameters
Page number to retrieve.
Required range:
x >= 1Number of records per page.
Required range:
1 <= x <= 1000Filter results by text (case-insensitive substring match).
Controls which resources are returned based on ownership.
all: Returns resources owned by the user and resources shared with them (default, backward compatible).own: Returns only resources created by the authenticated user.shared: Returns only resources shared with the user by others.
Available options:
all, own, shared Filter results to resources belonging to this project.
Response
List of user monitors
Total number of monitors for this user.
Example:
3
Current page number.
Example:
1
Number of monitors per page.
Example:
100
Total number of pages available.
Example:
1
Array of monitor summaries.

