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