List active monitors ordered by creation time, newest first.
Returns active monitors for the authenticated client, sorted by created_at
descending. limit defaults to 100. Use next_cursor from the response
and pass it as cursor to fetch the next page. Pagination ends when
next_cursor is absent.
Documentation Index
Fetch the complete documentation index at: https://docs.parallel.ai/llms.txt
Use this file to discover all available pages before exploring further.
Opaque pagination token returned as next_cursor in a previous response. Omit to start from the most recently created monitor.
Maximum number of monitors to return. Defaults to 100. Between 1 and 10000.
1 <= x <= 10000Successful Response
Paginated list of monitors with an opaque cursor for fetching the next page.