Available in arize-phoenix 14.2.0+ Phoenix now resolves human-readable identifiers to internal pages via redirect URLs. Navigate toDocumentation Index
Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
/redirects/projects/{project_name} and Phoenix looks up the project by name and redirects to its page — no internal ID required. This makes it straightforward to construct stable, shareable links from identifiers you already use in code.
Project URLs by Name
Use the same project name you set inPHOENIX_PROJECT_NAME or your register() call:
All Supported Redirect Patterns
| Resource | URL Pattern | Identifier |
|---|---|---|
| Project | /redirects/projects/{project_name} | Project name (e.g. default) |
| Trace | /redirects/traces/{trace_id} | OpenTelemetry trace ID |
| Span | /redirects/spans/{span_id} | OpenTelemetry span ID |
| Session | /redirects/sessions/{session_id} | Session ID |
| Prompt tag | /redirects/prompts/{prompt_id}/tags/{tag_name} | Prompt global ID + tag name |
/redirects/projects/my%20project.
Construct Shareable URLs
Full reference for all Phoenix redirect URL patterns.

