cURL
curl --request GET \ --url https://api.botpress.cloud/v1/files/tags/{tag}/values \ --header 'Authorization: Bearer <token>' \ --header 'x-bot-id: <api-key>'
{ "values": [ "<string>" ], "meta": { "nextToken": "<string>" } }
List available tags
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Your bot ID.
Tag name
Provide the meta.nextToken value provided in the last API response to retrieve the next page of results
meta.nextToken
Returns the list of available values used for a given tag across all files of the bot.
Show child attributes
Was this page helpful?