Get async bulk submission status
Bulk
Get Bulk Create Status
Poll async bulk submission status and per-item outcomes.
GET
Get async bulk submission status
How bulk status works
After submitting a bulk request, the response transitions through two states:processing— At least one item is still being created.summary.processingshows how many are in flight.completed— All items have reached a terminal state (createdorfailed). No more changes.
status = "completed", or — if you provided a webhook_url — wait for the bulk_completed webhook instead. For webhookless (poll-only) submissions, this endpoint is the tracking surface for every outcome, including failures.
Per-item fields
Each submitted item appears inradars[]. While it is running, the item contains
only its index, custom fields, and processing status. Once it settles, the item
contains either the created radar under data or the item-level error fields.
Webhook correlation fields may also appear after webhook processing enriches the
stored item payload.
Items are always returned ordered by
item_index.
Authorizations
Path Parameters
Bulk submission ID returned by POST /v1/radars/bulk