cURL
curl --request GET \ --url https://api.runloop.ai/v1/devboxes/disk_snapshots/public/metadata/keys \ --header 'Authorization: Bearer <token>'
{ "keys": [ "<string>" ] }
Returns a list of all available metadata keys from public snapshots only that can be used for filtering.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Was this page helpful?