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

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

OK

keys
string[]