List all tags
Returns a list of tags.
Query Parameters
limit integer
Default value: 100
The number of results to return from offset.
offset integer
The initial position from which to return results.
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
tags object[]
name string
The name of the tag.
description string
The description of the tag.
{
"tags": [
{
"name": "SENSITIVE",
"description": "Contains sensitive information"
}
]
}
Loading...