API reference/Ops: releases
List releases, newest first
GET
/ops/releases
Every version and commit an instance has run, with how many instances run it now.
Authorization
bearer
Authorizationheader · stringrequired
Session token from POST /v1/auth/login with "transport": "bearer". Browsers use the session cookie that login sets instead.
Query
limitinteger
format: int64default: 50minimum: 1maximum: 100
cursorstring
next_cursor from the previous page
maxLength: 512
Responses
errors: application/problem+json
Match errors on the problem's code, which stays the same, not on its message.