Skip to main content
GET
/
v1
/
devboxes
/
disk_snapshots
/
public
/
metadata
/
keys
/
{key}
/
values
List values for a specific public snapshot metadata key.
curl --request GET \
  --url https://api.runloop.ai/v1/devboxes/disk_snapshots/public/metadata/keys/{key}/values \
  --header 'Authorization: Bearer <token>'
{
  "key": "<string>",
  "values": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

key
string
required

The metadata key to get values for from public snapshots.

Response

OK

key
string
values
string[]