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.

  • ]
Loading...