GET
/
cloud
/
v1
/
snapshots
/
{project_id}
/
{region_id}
curl --request GET \
  --url https://api.gcore.com/cloud/v1/snapshots/{project_id}/{region_id} \
  --header 'APIKey: <api-key>'
{}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

project_id
integer
required

Project ID

region_id
integer
required

Region ID

Query Parameters

instance_id
string

Can be used to list snapshots of any volume in a specific server instance

lifecycle_policy_id
integer

Can be used to list snapshots by lifecycle policy id

limit
integer

Limit the number of returned snapshots

offset
integer

Offset value is used to exclude the first set of records from the result

schedule_id
string

Can be used to list snapshots by schedule id

volume_id
string

Can be used to list snapshots of a single volume

Response

200 - application/json

List of snapshots

The response is of type object.