JavaScript
Metric Collection Job
List metric collection jobs
Returns a paginated list of metric collection jobs for the project.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.roark.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum number of jobs to return (default: 20, max: 50)
Required range:
1 <= x <= 50Example:
20
Cursor for pagination - use the nextCursor value from a previous response
Filter by job status
Available options:
PENDING, PROCESSING, COMPLETED, FAILED, CANCELED 
