Skip to main content
GET
/
versions
/
rest
Get all deployed APIs and their versions.
curl --request GET \
  --url http://localhost:9090/versions/rest
{
  "apis": {},
  "serverVersion": "<string>",
  "version": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

includeRevision
boolean
default:false

Include revision information in the response

Response

200 - application/json

APIs returned successfully.

apis
object
serverVersion
string
version
integer<int32>