DSAR
API

Status API

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:

{
	"service": "dsar",
	"status": "ok"
}

Use GET /status for health probes, smoke tests, and quick validation that the runtime and base path are mounted as expected.

Related surfaces: