action opto22_list_all_tags { label: "listAllTags" description: "List all data store tags defined in the project. Authorized for admins and editors." provider: opto22 method: GET path: "/v1/data-store/tags" encoding: json output: { type: "object" additionalProperties: true } }