List tags on an experiment
List the tags attached to an experiment.
Tags are shared within the space, so the same tag may appear on many resources. An experiment with no tags returns an empty list rather than a 404.
Requires read access to the experiment. A caller who cannot read it receives
404, identical to the response for an experiment that does not exist.
Authorizations
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Path Parameters
The unique experiment identifier (base64) A universally unique identifier (base64-encoded opaque string).
"RW50aXR5OjEyMzQ1"
Response
Returns the tags attached to the resource
The tags attached to the resource, most recently updated first. Empty when the resource has no tags.
Pagination metadata. Tag lists are not paginated yet, so has_more is
always false and next_cursor is always omitted. The field is present
so that adding pagination later does not change the response shape.