User

List My Servers

Get all servers owned by the currently authenticated user

get/api/v1/me/servers

Query parameters

limitinteger

Max servers per page (max: 100, default: 12)

cursorstring

Pagination cursor from previous response

Example:eyJzb3J0RmllbGQiOiJ1cGRhdGVkQXQiLCJzb3J0VmFsdWUiOiIyMDI1LTAxLTAxVDEyOjAwOjAwWiIsImxhc3RJZCI6IjEyMzQ1In0=
sortstring

Sort by 'displayName' or 'updatedAt' (default)

Example:updatedAt
searchstring

Filter by name or description

Example:github

Response

List of user's servers

nextstring

Cursor for next page. Undefined when no more results.

totalCountnumber required

Total number of servers

Example response

{
  "next": "eyJzb3J0RmllbGQiOiJ1cGRhdGVkQXQiLCJzb3J0VmFsdWUiOiIyMDI1LTAxLTAxVDEyOjAwOjAwWiIsImxhc3RJZCI6IjEyMzQ1In0=",
  "totalCount": 150
}

Changes

Changed in 2 of the 11 revisions of this API.113

  • ba253fbf08a7112See the full diff
    • the response property servers/items/version became optional for the status 200

      response-property-became-optional

    • removed the optional property servers/items/documentationUrl from the response with the 200 status

      response-optional-property-removed

    • added the optional property servers/items/detailedDescription to the response with the 200 status

      response-optional-property-added

    • the version response's property default value 1.0.0 was added for the status 200

      response-property-default-value-added

    • endpoint added

      endpoint-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog