ScryLab API Status
GET /api/status
Checks the status of the API server.
Request
GET /api/status HTTP/1.1Host: localhost:5678No parameters required.
Response
Status Code: 200 OK
Body:
{ "port": 5678, "status": "running"}Response Fields
| Field | Type | Description |
|---|---|---|
status | string | Always "running" when the server is reachable |
port | integer | Port the server is listening on |