Framework

Collection Framework Metadata

post/v2/framework/metadata

Query parameters

pollboolean

Opt into the job-polling contract (PRO-3420): if the operation hasn't finished within its short submission wait, respond with a QueryJobResponse envelope instead of blocking until it's done. Callers that don't pass this keep the original always-blocking behavior unchanged.

Opt into the job-polling contract (PRO-3420): if the operation hasn't finished within its short submission wait, respond with a QueryJobResponse envelope instead of blocking until it's done. Callers that don't pass this keep the original always-blocking behavior unchanged.

job_idstring nullable

Finalize a job an earlier poll=true call already submitted, once GET /v2/query-jobs/{job_id} reports it terminal, instead of submitting a new one.

Finalize a job an earlier poll=true call already submitted, once GET /v2/query-jobs/{job_id} reports it terminal, instead of submitting a new one.

Request body

configobject nullable

Response

Successful Response

OR

Changes