Retrieve an import
Regional
us.api.brault.app— follows the region selector in the top barAuthorization
apiKey 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"}