action orbit_get_workspace_slug_organizations_organization_id { label: "Get an organization" provider: orbit method: GET path: "/{workspace_slug}/organizations/{organization_id}" encoding: json input: { type: "object" properties: { organization_id: { type: "string" } workspace_slug: { type: "string" } } required: ["organization_id", "workspace_slug"] additionalProperties: false } output: { type: "object" additionalProperties: true } }