Skip to main content
Returns the pipeline server version.

Get Version

GET /api/v1/version
Example:
curl http://localhost:8080/api/v1/version
Response: 200 OK
{
  "version": "latest-version-here"
}