Artifacts APIs
Last updated
Was this helpful?
Endpoints for uploading, retrieving, and deleting policy artifacts — files (schemas, configurations, evidence) attached to Guardian policies.
Authentication: Bearer token required (Authorization: Bearer <token>)
Permission: Standard Registry role required.
GET
/api/v1/artifacts
Returns all artifacts
Yes
POST
/api/v1/artifacts/{policyId}
Uploads new artifacts for the specified policy
Yes
DELETE
/api/v1/artifacts/{artifactId}
Deletes the specified artifact
Yes
Last updated
Was this helpful?
Was this helpful?