Health Check
get
/v1/statusPart of Status.
Unprotected — used by load balancers and monitoring. No authentication required.
Authentication
This operation does not require an API key.
Example request
curl
curl -X GET "https://api.robosystems.ai/v1/status"Responses
200 Successful Response
| Field | Type | Description |
|---|---|---|
statusrequired | string | Current health status |
timestamprequired | string (date-time) | Time of health check |
detailsoptional | object | Additional health check details |