Read Artifact tags

GET
/v1/scopes/{scope_id}/artifacts/{family}/{artifact_id}/tags

Scope-local labels follow logical identity without changing content revisions. Inactive manifest entries remain valid targets.

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer credential resolved to an opaque authenticated Principal by the Server deployment.

In: header

Path Parameters

scope_id*string
Length1 <= length <= 256
family*string

Artifact families supporting logical tags; Prompt configurations are excluded.

Value in

  • "memory"
  • "experience"
  • "skill"
  • "handoff"
artifact_id*string
Length1 <= length <= 128

Header Parameters

If-None-Match?string
Length1 <= length

Response 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/string/tags"
{  "scope_id": "string",  "target": {    "type": "artifact",    "family": "memory",    "artifact_id": "string"  },  "tags": [],  "tag_digest": "string"}