trace
Log Traces
Log traces to an GenAI project.
Use this endpoint to log traces to an GenAI project. The request body should contain the
traces
to be ingested.
Additionally, specify the project_id
to which the traces should be ingested.
POST
Authorizations
Path Parameters
Body
application/json
List of traces to log.
Experiment id associated with the traces.
Log stream id associated with the traces.
Response
200 - application/json
Project id associated with the traces.
Project name associated with the traces.
total number of records (traces & spans) ingested
total number of traces ingested
Experiment id associated with the traces.
Log stream id associated with the traces.
Was this page helpful?