Get the current Artifact head
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"
artifact_id*string
Match
^[\x21-\x7E]+$Length
1 <= length <= 128Header Parameters
If-None-Match?string
Length
1 <= lengthResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/scopes/string/artifacts/memory/string"{ "scope_id": "string", "family": "memory", "artifact_id": "string", "revision": 1, "content": {}, "sources": [ { "source_type": "content", "source_id": "string" } ], "artifacts": [ { "family": "string", "artifact_id": "string", "revision": 1 } ], "content_digest": "string"}
