# Artifacts APIs

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.

***

| Method   | Endpoint                         | Description                                    | Auth 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           |

## Endpoints

* [Returns All Artifacts](/docs/develop/guardian/standard-registry/artifacts/artifacts-apis/returns-all-artifacts.md)
* [Upload Artifacts](/docs/develop/guardian/standard-registry/artifacts/artifacts-apis/upload-artifacts.md)
* [Delete Artifact](/docs/develop/guardian/standard-registry/artifacts/artifacts-apis/delete-artifact.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guardian.hedera.com/docs/develop/guardian/standard-registry/artifacts/artifacts-apis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
