curl --request GET \
--url https://api.example.com/v1/annotation_configs{
"data": [
{
"name": "<string>",
"type": "<string>",
"optimization_direction": "MINIMIZE",
"values": [
{
"label": "<string>",
"score": 123
}
],
"id": "<string>",
"description": "<string>"
}
],
"next_cursor": "<string>"
}Retrieve a paginated list of all annotation configurations in the system.
curl --request GET \
--url https://api.example.com/v1/annotation_configs{
"data": [
{
"name": "<string>",
"type": "<string>",
"optimization_direction": "MINIMIZE",
"values": [
{
"label": "<string>",
"score": 123
}
],
"id": "<string>",
"description": "<string>"
}
],
"next_cursor": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://arizeai-433a7140-update-phoenix-arize-phoenix-evals-3-1-0.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Cursor for pagination (base64-encoded annotation config ID)
Maximum number of configs to return
A list of annotation configurations with pagination information
Was this page helpful?