Brault Developers

Retrieve an import

Regionalus.api.brault.appfollows the region selector in the top bar
GET
/v1/imports/{importId}
AuthorizationBearer <token>

API key from Settings → Developers

In: header

Path Parameters

importId*string

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/imports/string"
{  "object": "import",  "id": "string",  "status": "queued",  "source_url": "string",  "file_id": "string",  "bytes_total": 0,  "bytes_written": 0,  "error_code": "string",  "created_at": "2019-08-24T14:15:22Z",  "finished_at": "2019-08-24T14:15:22Z"}