/
/Arize-Phoenix REST API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 6m ago · Updated 2d ago
annotation_configs9
annotations6
api_keys7
chat10
chat_completions1
datasets22
  • getList dataset labels
  • postCreate a dataset label
  • getGet a dataset label by ID
  • deleteDelete a dataset label by ID
  • patchUpdate a dataset label by ID
  • getList the labels applied to a dataset
  • putReplace the set of labels applied to a dataset
  • putApply a label to a dataset
  • deleteRemove a label from a dataset
  • getList datasets
  • getGet dataset by ID
  • deleteDelete dataset by ID
  • getList dataset versions
  • postUpload dataset from JSON, JSONL, CSV, or PyArrow
  • getGet examples from a dataset
  • postCreate a dataset split
  • deleteDelete a dataset split
  • patchUpdate a dataset split
  • getDownload dataset examples as CSV file
  • getDownload dataset examples as JSONL file
  • getDownload dataset examples as OpenAI fine-tuning JSONL file
  • getDownload dataset examples as OpenAI evals JSONL file
experiments15
projects5
prompts11
secrets1
sessions6
spans7
traces5
users4
  • post Login
  • get Logout
  • post Refresh Tokens
  • post Initiate Password Reset
  • post Reset Password
  • post Ldap Login
  • getLogin
  • postLogin
  • getCreate Tokens
  • getVersion
  • getCheck Healthz
  • getCheck Readyz
datasets

Download dataset examples as JSONL file

get/v1/datasets/{id}/jsonl

Path parameters

idstring required

The ID of the dataset

The ID of the dataset

Query parameters

version_idstring nullable

The ID of the dataset version (if omitted, returns data from the latest version)

The ID of the dataset version (if omitted, returns data from the latest version)

Response

Successful Response