Retrieve a list of all monitors in the workspace.
Filter by destination types (e.g., ['email', 'webhook']). Empty array returns all.
Filter by detection modes (e.g., ['company_first', 'signal_first']). Empty array returns all.
Filter by active status.
Filter by paused status.
Sort in ascending order. Defaults to false (descending).
Field to sort by (e.g., 'last_modified', 'created_at', 'name').
Search term to filter monitors by name or description.
Number of results per page. Defaults to 25.
Page number for pagination. Defaults to 1.
Optional. An identifier for the user profile (workspace) making the request. This is no longer required as the API key already includes your workspace information. If provided, it helps in associating the lookup with a specific user, allowing for data retrieval and credit tracking.
Check out user details endpoints under the Profile tab for more information.
Successful response containing a paginated list of monitors.