/
AR
arize-ai
/
Arize-Phoenix REST API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 16h ago
Details
Filter operations
annotation_configs
5
annotations
3
datasets
10
get
List datasets
get
Get dataset by ID
delete
Delete dataset by ID
get
List dataset versions
post
Upload dataset from JSON, JSONL, CSV, or PyArrow
get
Get examples from a dataset
get
Download dataset examples as CSV file
get
Download dataset examples as JSONL file
get
Download dataset examples as OpenAI fine-tuning JSONL file
get
Download dataset examples as OpenAI evals JSONL file
experiments
11
projects
5
prompts
10
secrets
1
sessions
6
spans
7
traces
4
users
4
datasets
Get dataset by ID
get
/v1/datasets/{id}
Path parameters
id
string
required
The ID of the dataset
The ID of the dataset
Response
Successful Response
GetDatasetResponseBody
required
data
DatasetWithExampleCount
required
Changes