# Import Status

## Import ID

`importId`

## Import Status

```
200      Import status retrieved successfully
```

## Update Information

Updated 9 months ago

## Sample CURL Command

```shell
curl --request GET \
     --url https://api.air.inc/v1/imports/importId/status \
     --header 'accept: application/json'
```

## Try It Out

Click `Try It!` to start a request and see the response here! Or choose an example:

## Response Example

```json
{
  "status": "200",
  "message": "Import status retrieved successfully"
}
```
