trace
Log Traces
POST
Authorizations
Path Parameters
Body
application/json
List of traces to log.
Log stream id associated with the traces.
Experiment id associated with the traces.
Available options:
playground
, python_client
, typescript_client
, api_direct
Whether or not to use reliable logging. If set to False, the method will respond immediately before verifying that the traces have been successfully ingested, and no error message will be returned if ingestion fails. If set to True, the method will wait for the traces to be successfully ingested or return an error message if there is an ingestion failure.
Response
200
application/json
Successful Response
Project id associated with the traces.
Project name associated with the traces.
total number of traces ingested
total number of records (traces & spans) ingested
Log stream id associated with the traces.
Experiment id associated with the traces.
Was this page helpful?