List Trace Tags
GET/datasets/:dataset_id/versions/:version_id/trace-tags
List the tags authored on a dataset version, optionally scoped to one trace.
Returns every (target_ref, key, value) row stored for the version, most recently
created/updated ones included, with no pagination — a version's tag volume is expected to stay
small relative to its trace count. Pass target_ref to restrict the result to the tags
authored on one trace or row.
Request
Responses
- 200
- 403
- 404
- 422
Successful Response
Forbidden
Not Found
Validation Error