get_artifact
Retrieve artifact metadata including filename, content type, size, content hash, session/agent IDs, custom metadata, expiry, and creation timestamp for a given artifact ID.
Instructions
Fetch metadata for a single artifact by ID: filename, content type, size, content hash, session/agent IDs, custom metadata, expiry, creation timestamp. Does NOT return the file bytes — call get_artifact_download_url for that. Returns artifact_not_found for unknown IDs, artifact_already_deleted (HTTP 410) for soft-deleted ones, artifact_expired (410) for those past their TTL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artifact_id | Yes |