Skip to main content

Trigger Delivery

Trigger delivery for a structuring run by emitting delivery signals for all approved results. Returns delivered and skipped counts.

POST/v1/structuring/delivery/{runId}

Response

Response fields

statusstringAlways triggered on success.
run_idstringUUID of the job run delivery was triggered for.
messagestringConfirmation message.

Response

{
  "status": "triggered",
  "run_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "message": "Structuring delivery triggered."
}

Errors

Error responses

401unauthorizedMissing or invalid API key.
404not_foundJob run not found or does not belong to your organization.
429rate_limitedToo many requests. Retry after the period indicated in the Retry-After header.