API
Status API
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
GET /status
Return the current runtime health payload.
This is a public endpoint and does not require bearer authentication in the generated HTTP contract.
Response:
Use GET /status for health probes, smoke tests, and quick validation that the
runtime and base path are mounted as expected.
Related surfaces:
- Node SDK:
client.system.status() - CLI:
dsar status - See also API Contract Surface