curl --request GET \
--url https://api.example.com/v1/datasets/{id}/versions{
"data": [
{
"version_id": "<string>",
"description": "<string>",
"metadata": {},
"created_at": "2023-11-07T05:31:56Z"
}
],
"next_cursor": "<string>"
}curl --request GET \
--url https://api.example.com/v1/datasets/{id}/versions{
"data": [
{
"version_id": "<string>",
"description": "<string>",
"metadata": {},
"created_at": "2023-11-07T05:31:56Z"
}
],
"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.
The ID of the dataset
Cursor for pagination
The max number of dataset versions to return at a time
Was this page helpful?