Skip to main content
POST
Plan Multi Ingestion Manifest

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null
X-API-Key
string | null

Body

application/json

Plan/validate request for multi-experiment ingestion.

idempotency_key
string
required
Required string length: 1 - 255
rows
IngestionMultiManifestRow · object[]
required
Required array length: 1 - 1000 elements
allow_partial
boolean
default:true
mode
string
default:manifest
Allowed value: "manifest"

Response

Successful Response

Validation response for multi-experiment ingestion planning.

allow_partial
boolean
required
can_commit
boolean
required
errors
ValidationIssue · object[]
required
experiments
IngestionMultiPlanExperimentResult · object[]
required
idempotency_key
string
required
total_rows
integer
required
valid_rows
integer
required
mode
string
default:manifest
Allowed value: "manifest"