checks

Run Platform Check

Run one check against an authorized resource snapshot.

post/v2/checks/{check_key}/runs

Path parameters

check_keystring required

Request body

subject_type'environment' | 'taskset' | 'task' | 'trace' required

Platform resources supported by the check framework.

subject_idstring uuid required
overwriteboolean

Response

Successful Response

idstring uuid required
check_keystring required
definition_versioninteger required
definition_snapshotobject required
definition_hashstring required
executor_type'deterministic' | 'scenario_agent' required

Execution mechanisms supported by a check definition.

subject_type'environment' | 'taskset' | 'task' | 'trace' required

Platform resources supported by the check framework.

subject_idstring uuid required
subject_snapshotobject required
snapshot_hashstring required
status'running' | 'passed' | 'failed' | 'error' required

Lifecycle states for a platform check run.

resultobject
summarystring nullable required
errorstring nullable required
execution_trace_idstring uuid nullable required
attemptinteger required
created_atstring date-time required
completed_atstring date-time nullable required

Changes

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