Get one exact immutable Artifact revision
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 <= 128revision*integer
Range
1 <= valueResponse 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/revisions/1"{ "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"}
