List immutable Artifact revisions
Descending history with an opaque cursor bound to the Scope, Artifact, and initial revision snapshot.
Authorization
BearerAuth Bearer credential resolved to an opaque authenticated Principal by the Server deployment.
In: header
Path Parameters
.*\S.*1 <= length <= 256Value in
- "memory"
- "experience"
- "skill"
- "handoff"
- "prompt"
^[\x21-\x7E]+$1 <= length <= 128Query Parameters
1 <= value <= 100501 <= length <= 4096Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/scopes/string/artifacts/memory/string/revisions"{ "items": [ { "scope_id": "string", "family": "memory", "artifact_id": "string", "revision": 1, "sources": [ { "source_type": "content", "source_id": "string" } ], "artifacts": [ { "family": "string", "artifact_id": "string", "revision": 1 } ], "content_digest": "string" } ], "next_cursor": "string"}Get one exact immutable Artifact revision GET
Previous Page
Read scoped Prompt configuration and built-in defaults GET
Read one saved Prompt head and the current Runtime's built-in instructions without creating a revision or calling inference. Auto selects the built-in instructions even when an Auto revision exists. Disabled built-in operations remain readable; effective and builtin are null for externally managed components. Status describes availability, not whether returning the configured text executes it. A saved head additionally requires its Artifact read permission. artifact_etag is the condition for replacing that Artifact; it is not an ETag for this combined view.

