Skip to main content
GET
List tags on an experiment

Authorizations

Authorization
string
header
required

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

experiment_id
string
required

The unique experiment identifier (base64) A universally unique identifier (base64-encoded opaque string).

Example:

"RW50aXR5OjEyMzQ1"

Response

Returns the tags attached to the resource

tags
object[]
required

The tags attached to the resource, most recently updated first. Empty when the resource has no tags.

pagination
object
required

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.