Full interactive endpoint list
Browse every endpoint grouped by resource.
Before You Call The API
Choose your base URL
- Phoenix Cloud:
https://app.phoenix.arize.com - Self-hosted Phoenix: your deployment URL (for example
http://localhost:6006)
Set authentication (if enabled)
Use an API key or admin secret in a bearer token header:
Authorization: Bearer <your-token>If authentication is disabled in your self-hosted deployment, you can omit the
Authorization header.First Request
The example below lists projects and includes common pagination query params.- cURL
- JavaScript
- Python
Response Pattern
Most list endpoints return a shape like:next_cursor is not null, pass it back as the cursor query param to fetch the next page.
Where To Go Next
Projects
Start by listing projects and finding your project identifier.
Spans
Query spans for a project.
Datasets
Create and manage evaluation datasets.
Prompts
Manage prompt versions and tags.

