OptionalclientAn instance of the Phoenix client. If not provided, the client will be created using the default configuration.
Call a DELETE endpoint
Call a GET endpoint
Get the Phoenix server version, returning a cached value if available.
The version is first populated from the x-phoenix-server-version
response header on any API call. If no version has been seen yet,
this method fetches GET /arize_phoenix_version to populate the cache.
Call a HEAD endpoint
Call a OPTIONS endpoint
Call a PATCH endpoint
Call a POST endpoint
Call a PUT endpoint
Call a TRACE endpoint
Unregister middleware
Register middleware
OptionalcursorPagination cursor (Span Global ID)
OptionalendExclusive upper bound time. Must be a valid ISO 8601 string or Date object.
OptionallimitMaximum number of spans to return
OptionalnameFilter by span name(s)
OptionalparentFilter by parent span ID. Use null or the string "null" to get root spans only.
The project to get spans from
OptionalspanFilter by span kind(s) (LLM, CHAIN, TOOL, RETRIEVER, etc.)
OptionalstartInclusive lower bound time. Must be a valid ISO 8601 string or Date object.
OptionalstatusFilter by status code(s) (OK, ERROR, UNSET)
OptionaltraceFilter spans by one or more trace IDs
Parameters to get spans from a project using auto-generated types