v51

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-01131107332.8 KB
GitOps
Admin

List validation tasks

Experimental. Returns a list of all active dry-run validation tasks.

get/admin/gitops/validate

Response

List of active validation tasks.

taskIdstring required

Unique identifier for the validation task.

typestring

Validation type (pull or push).

repoIdstring

Repository ID being validated.

refstring

Git ref being validated.

state'pending' | 'submitted' | 'fetching' | 'validating' | 'completed' | 'failed' required

Current task state: pending (queued, waiting for capacity), submitted (request sent to sidecar), fetching (sidecar is cloning), validating (registry is loading and validating), completed (finished with results), failed (an error occurred).

result'success' | 'failure'

Validation result: success (all checks passed) or failure (validation errors found). Only present when state is completed.

createdAtstring date-time

ISO 8601 timestamp of when the task was created.

completedAtstring date-time

ISO 8601 timestamp of when the task completed. Only present when state is completed or failed.

groupCountinteger

Number of groups loaded during validation. Only present when state is completed.

artifactCountinteger

Number of artifacts loaded during validation. Only present when state is completed.

versionCountinteger

Number of artifact versions loaded during validation. Only present when state is completed.