Skip to main content
POST
Attach tags to a project

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

project_id
string
required

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

Example:

"RW50aXR5OjEyMzQ1"

Body

application/json

Body containing the IDs of the tags to attach to the resource

tag_ids
string[]
required

IDs of the tags to attach. Up to 100 per request. Tags must belong to the same space as the resource. Attaching a tag that is already attached is idempotent rather than an error, so the same request can be retried safely.

Required array length: 1 - 100 elements

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

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.