Skip to main content

List Snapshots

GET/api/v1/nodes/{node_id}/snapshots/

Path parameters

  • node_idPathstringrequired

    Path parameter node_id.

Query parameters

  • project_idQuerystringoptional

    Identifier of the project to scope the request to. Optional; if omitted, the account's default project is used.

    • optional
    • if omitted, the request is applied to the default project
    example{{project_id}}
  • apikeyQuerystringoptional

    API key for authenticating the request

    • required
    • non-empty string
    example{{api_key}}
  • locationQuerystringoptional

    Specifies the location/region for which snapshots are listed

    • must be a non-empty string
    • should be a valid location identifier (e.g., region name)
    example{{location}}

Responses

200Successful response
object
codeinteger

HTTP status code of the list snapshots response

example200
  • integer
  • value between 100 and 599
dataarray
errorsobject
messagestring

Status message indicating the result of the list snapshots operation

exampleSuccess
  • non-empty string
  • max length 200 characters