Get async bulk submission status
API Reference
Get Bulk Create Status
Poll async bulk submission status and per-item outcomes.
GET
Get async bulk submission status
Documentation Index
Fetch the complete documentation index at: https://docs.tamradar.com/llms.txt
Use this file to discover all available pages before exploring further.
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 wait for the bulk_completed webhook instead.
Per-item fields
Each entry inradars[] mirrors the payload delivered by the per-item webhook for that item:
| Field | Present when | Description |
|---|---|---|
item_index | Always | Zero-based position in the original radars[] array |
custom_fields | Always | Custom fields passed on the item |
status | In-flight only | "processing" — item not yet terminal |
update_id | Terminal | Correlation ID linking to the item’s radar_created or radar_failure webhook |
update_type | Terminal | radar_created (success) or radar_failure (failure) |
completed_at | Terminal | ISO timestamp when the item finished processing |
bulk_id | Terminal | Parent bulk submission ID |
data | Created items | Full radar object, same shape as single-radar creation response |
code / errors[] | Failed items | HTTP error code and error details, same shape as sync API errors |
item_index.
Authorizations
Path Parameters
Bulk submission ID returned by POST /v1/radars/bulk