Ingests multiple runs, feedback objects, and binary attachments in a single
multipart/form-data request.
public RunIngestMultipartResponse ingestMultipart()Ingests multiple runs, feedback objects, and binary attachments in a single
multipart/form-data request. Part‑name pattern: .[.] where
event ∈ {post, patch, feedback, attachment}.
post|patch. – JSON run payload.post|patch.. – out‑of‑band run data (inputs, outputs, events,
error, extra, serialized).feedback. – JSON feedback payload (must include trace_id).attachment.. – arbitrary binary attachment stored in S3. Headers:
every part must set Content-Type and either a Content-Length header or length
parameter. Per‑part Content-Encoding is not allowed; the top‑level request may be
Content-Encoding: gzip or Content-Encoding: zstd. Best performance for high‑volume
ingestion.