List tags

GET
/api/v2/tags

Get a list of tags.

Query parameters

kindstringOptional

Fetch tags associated with the specified resource type. Options are flag, project, environment, segment, metric. Returns all types by default.

prestringOptional

Return tags with the specified prefix

archivedbooleanOptional

Whether or not to return archived flags

limitintegerOptional

The number of tags to return. Maximum is 1000.

offsetintegerOptional

The index of the first tag to return. Default is 0.

asOfstringOptional

The time to retrieve tags as of. Default is the current time.

Response

Tag collection response

itemslist of strings

List of tags

totalCountintegerOptional

The total number of tags

Errors

Built with