/
/Arize-Phoenix REST API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 59m ago · Updated 8h ago
annotation_configs9
annotations6
api_keys7
chat3
chat_completions1
datasets22
experiments12
  • getList experiments by dataset
  • postCreate experiment on a dataset
  • getGet experiment by ID
  • deleteDelete experiment by ID
  • patchUpdate an experiment by ID
  • getGet incomplete runs for an experiment
  • getDownload experiment runs as a JSON file
  • getDownload experiment runs as a CSV file
  • getList runs for an experiment
  • postCreate run for an experiment
  • getGet incomplete evaluations for an experiment
  • postCreate or update evaluation for an experiment run
projects5
prompts11
secrets1
sessions6
spans7
traces4
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
experiments

Download experiment runs as a JSON file

get/v1/experiments/{experiment_id}/json

Path parameters

experiment_idstring required

Response

Successful Response

Changes