Traces

REST API methods for interacting with Phoenix traces

Add span, trace, or document evaluations

post
Header parameters
content-typeany ofOptional
content-encodingany ofOptional
Body
string · binaryOptional
Responses
post
POST /v1/evaluations HTTP/1.1
Host: 
Content-Type: application/x-protobuf
Accept: */*
Content-Length: 8

"binary"

No content

Get span, trace, or document evaluations from a project

get
Query parameters
project_nameany ofOptional

The name of the project to get evaluations from (if omitted, evaluations will be drawn from the default project)

Responses
application/json
anyOptional
get
GET /v1/evaluations HTTP/1.1
Host: 
Accept: */*

No content

Last updated

Was this helpful?