Skip to main content
GET
/
v1
/
bulk_imports
/
{id}
Get bulk import status
curl --request GET \
  --url https://api.rootly.com/v1/bulk_imports/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Bulk import ID returned from the create endpoint

Response

success