GET
/
v1
/
files
/
tags
curl --request GET \
  --url https://api.botpress.cloud/v1/files/tags
{
  "tags": [
    "<string>"
  ],
  "meta": {
    "nextToken": "<string>"
  }
}

Query Parameters

nextToken
string

Provide the meta.nextToken value provided in the last API response to retrieve the next page of results

Response

200
application/json
Returns the list of available tags used across all files of the bot.
tags
string[]
required
meta
object
required