Skip to main content
GET
/
v1
/
scenarios
/
metadata
/
keys
List available scenario metadata keys.
curl --request GET \
  --url https://api.runloop.ai/v1/scenarios/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[]