Public API Documentation > Resources > Status
This API endpoint does not require authentication or authorization.
This API retrieves the system status.
curl -v "https://stagingapi.artsy.net/api/status"
This endpoint does not accept any parameters and returns a status JSON document with the following fields.
error: the server responded with status 404
Status | Condition |
---|---|
good | All systems operational. |
minor | Some parts of the API may not be fully functioning. |
major | System is down and is experiencing a major outage. |
{ "_links": { "self": { "href": "https://stagingapi.artsy.net/api/status" } }, "status": "good", "updated_at": "2024-11-10T10:36:10+00:00" }