Store Get Tags

Get all unique tags across entities.

Example: GET /pulse/store/tags?type=file&prefix=folder:

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

typestring or nullOptional
prefixstring or nullOptional

Response

Successful Response
tagslist of strings
okboolean or nullDefaults to true

Errors