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 (Trace GlobalID)
OptionalendExclusive upper bound time. Must be a valid ISO 8601 string or Date object.
OptionalincludeIf true, include full span details for each trace
OptionallimitMaximum number of traces to return
OptionalorderSort direction
The project to get traces from
OptionalsessionFilter traces by session identifier(s) (session_id strings or GlobalIDs)
OptionalsortSort field
OptionalstartInclusive lower bound time. Must be a valid ISO 8601 string or Date object.
Parameters for getting traces from a project.