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.
curl --request GET \
--url https://api.runloop.ai/v1/devboxes/disk_snapshots/public/metadata/keys \
--header 'Authorization: Bearer <token>'{
"keys": [
"<string>"
]
}Was this page helpful?