A public health endpoint. Useful for monitoring and for confirming the API is reachable before debugging an auth issue.

## Endpoint [Permalink](/content/api/core/status/#endpoint/index.html)

| Method | Path        | Description                             |
| ------ | ----------- | --------------------------------------- |
| GET    | `/status`   | Returns `200 OK` when the service is healthy |

No authentication is required. The endpoint does not return a JSON body — only the status code matters.

## Example request [Permalink](/content/api/core/status/#example-request/index.html)

```
GET https://api.auravisionlabs.com/v1/status
```

## Example response [Permalink](/content/api/core/status/#example-response/index.html)

```
HTTP/1.1 200 OK
```
