Skip to main content

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

OK


Schema
    tags object[]
  • Array [
  • name string

    The name of the tag.

    description string

    The description of the tag.

  • ]
GET /tags

Request

Base URL
http://localhost:5000/api/v1
limit — query
offset — query
curl / cURL
curl -L -X GET 'http://localhost:5000/api/v1/tags' \
-H 'Accept: application/json'