v1

latestOpenAPI 3.1.02026-07-26102158206.8 KB
CVMs

List CVMs (paginated)

Returns paginated CVMs in current workspace with total count.

get/api/v1/cvms/paginated

Query parameters

'0'
OR
string hashid

A hashed identifier that maps to an internal database ID

Example:usr_0123abcd

Filter by owner (admin only). Use '0' for unassigned.

teepod_idinteger nullable

Filter by node ID (admin only)

Filter by node ID (admin only)

pageinteger

Page number (1-indexed)

Page number (1-indexed)

page_sizeinteger

Items per page (max 100)

Items per page (max 100)

Response

Paginated CVM list with total count

OR

Example response

{
  "items": [
    {
      "project_id": "prj_0123abcd",
      "kms_info": {
        "id": "kms_0123abcd"
      }
    }
  ]
}