List current Artifact heads
List current heads for exactly one built-in Artifact family.
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"
Query Parameters
1 <= items <= 16Value in
- "all"
- "any"
1 <= value <= 100501 <= length <= 4096Response Body
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"{ "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"}Create an Artifact POST
Dispatch the family-specific creation command through the owning Family writer and atomically create revision one, its derived Family state, and its system provenance Source. Handoff is the Scope singleton: Create returns 409 when it already exists and callers must use Replace to update it. Creating a Prompt requires scope.admin because its configuration affects the whole Scope; other families require scope.contribute.
Get the current Artifact head GET
Next Page

