List current Artifact heads
List current heads for exactly one built-in Artifact family.
Authorization
BearerAuth AuthorizationBearer <token>
Static bearer token used when local Server authentication is enabled.
In: header
Path Parameters
scope_id*string
Match
.*\S.*Length
1 <= length <= 256family*string
Value in
- "memory"
- "experience"
- "skill"
- "handoff"
Query Parameters
limit?integer
Range
1 <= value <= 100Default
50cursor?string
Length
1 <= length <= 4096Response Body
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.
Get the current Artifact head GET
Next Page

