For the complete documentation index, see llms.txt. This page is also available as Markdown.

Version

Retrieve application version.

get

Retrieve which version this application server is currently running.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Version information about the application

application/json
gitCommitShastringRequired

Git commit sha of the currently deployed version

Example: b6f4598bd465a397190ceb2ba4d1be5d7f0a9621
get/version
200

Version information about the application

Last updated