cURL
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>" ] }
Returns a list of all values that exist for a specific metadata key across all public snapshots only.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The metadata key to get values for from public snapshots.
OK
Was this page helpful?