action gov_get_action_tag_list { label: "Get a list of tags" description: "Returns the names of all indexed tags" provider: gov method: GET path: "/action/tag_list" encoding: json input: { type: "object" properties: { limit: { type: "integer" } offset: { type: "integer" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }