Ingest Chat Completion
Path parameters
workspace
Request
This endpoint expects an object.
request
Flexible captured chat-completions request.
response
Flexible captured chat-completions response.
experiment_context
Experiment context accepted by ingest endpoints.
evaluation_context
Deprecated. Use experiment_context; when both are sent, experiment_context takes precedence.
session_id
Groups related chat-completions calls without forcing them into the same trace.
trace_id
Opt into joining an existing trace built via OTel or ATIF. This is not a grouping mechanism for chat-completions calls; use session_id to group related calls.
provider
cost_usd
Total estimated cost of this model call in USD. This matches ATIF step metrics; Intake stores it as semantic cost_total_usd on spans.
cost_input_usd
Estimated input-token cost of this model call in USD.
cost_output_usd
Estimated output-token cost of this model call in USD.
cost_details
Additional estimated cost breakdown fields in USD.
Response
Successful Response
session_id
span_id
Errors
422
Unprocessable Entity Error