jobs

Fetch 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.

get/v1/apps/{app_id}/jobs/count-by-processing-state

Query parameters

createdStartDatestring date-time

Filter jobs created on or after this date (ISO 8601 format).

createdEndDatestring date-time

Filter jobs created on or before this date (ISO 8601 format).

completedStartDatestring date-time

Filter jobs completed on or after this date (ISO 8601 format).

completedEndDatestring date-time

Filter jobs completed on or before this date (ISO 8601 format).

tagsstring[]

Comma-separated tags to include in the filter.

notTagsstring[]

Comma-separated tags to exclude from the filter.

Headers

X-Fieldsstring mask

An optional fields mask

Response

Success

queuedinteger
correctinteger
incorrectinteger
parkedinteger
needsWorkinteger
completedinteger
postProcessinginteger
postProcessedinteger
needsReviewinteger
reviewedinteger
errorinteger
expiredinteger
canceledinteger
notReviewedinteger

Changes

No recorded changes to this endpoint across all 6 revisions of this API.