This documentation is currently under development. Certain sections are not yet complete and will be added shortly.
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Global

Get system diagnostics and health information

get
/api/info

Provides comprehensive runtime diagnostics for administrators to monitor application health and performance.

Authorization

  • Requires Global Administrator role

Required scopes
This endpoint requires the following scopes:
Authorizations
OAuth2implicitRequired
Authorization URL:
Responses
200

Diagnostics collected successfully.

No content

get/api/info

No content

Lightweight liveness/readiness probe.

get
/api/ping

Returns process and host lifetime state to confirm the app has fully started and is not stopping.

Responses
200

Application is responding.

No content

get/api/ping

No content

Last updated