action gov_get_action_organization_show { label: "Get details of a specific organization" description: "Return the details of an organization" provider: gov method: GET path: "/action/organization_show" encoding: json input: { type: "object" properties: { id: { type: "string" } include_datasets: { type: "boolean" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }