v1
latestSwagger 2.02026-08-04244186228.2 KBFetch the number of jobs grouped by their processing state for a specific application
Get the count of jobs grouped by their processing state with optional date and tag filters. Apply filters such as creation/completion dates and tags to refine the results.
Parameters: - app_id (string): The unique identifier of the application.
Query Parameters: - createdStartDate: (Optional) ISO 8601 date to filter jobs created on or after this date. - createdEndDate: (Optional) ISO 8601 date to filter jobs created on or before this date. - completedStartDate: (Optional) ISO 8601 date to filter jobs completed on or after this date. - completedEndDate: (Optional) ISO 8601 date to filter jobs completed on or before this date. - tags: (Optional) Comma-separated tags to include in the filter. - notTags: (Optional) Comma-separated tags to exclude from the filter.
Response: - A JSON object containing the counts of jobs grouped by each processing state.
Query parameters
Filter jobs created on or after this date (ISO 8601 format).
Filter jobs created on or before this date (ISO 8601 format).
Filter jobs completed on or after this date (ISO 8601 format).
Filter jobs completed on or before this date (ISO 8601 format).
Comma-separated tags to include in the filter.
Comma-separated tags to exclude from the filter.
Headers
An optional fields mask
Response
Success