Artifacts
Download an artifact
The raw bytes, served with the artifact's own content type.
The raw bytes, served with the artifact's own content type.
Authorization
api_key artifacts:readAuthorizationBearer <token>
An atk_-prefixed API key, created under Settings → API keys.
In: header
Scope: artifacts:read
Path Parameters
artifact_id*string
Artifact id
Format
uuidResponse Body
application/octet-stream
application/json
application/json
curl -X GET "https://example.com/v1/artifacts/497f6eca-6276-4993-bfeb-53cbbbba6f08/content"Empty
Delete an artifact DELETE
Removes **every revision** of the artifact, not just the one addressed — an artifact's history is the artifact, and deleting a revision out of the middle would leave a gap in the sequence.
List an artifact's revisions GET
Every revision sharing this artifact's key, oldest first. Agents append rather than overwrite, so the history is complete.