# Get CRM status group by ID Retrieve detailed information about a specific CRM status group. Endpoint: GET /partner/v2/account/{accountId}/crm-status-group/{groupId} Version: 2.0 Security: PartnerOAuth ## Path parameters: - `groupId` (integer, required) CRM status group ID - `accountId` (integer, required) Account identifier ## Response 200 fields (application/json): - `active` (boolean) Whether this group is active Example: true - `createdAt` (string) Creation timestamp Example: "2024-01-01T10:00:00Z" - `description` (string) Group description Example: "Tracks the progression of leads through the sales funnel" - `id` (integer) Unique CRM status group identifier Example: 12345 - `name` (string) Group name Example: "Lead Stages" - `sortOrder` (integer) Sort order for display Example: 1 - `statusCount` (integer) Number of statuses in this group Example: 5 - `updatedAt` (string) Last update timestamp Example: "2025-01-10T14:30:00Z" ## Response 401 fields ## Response 403 fields ## Response 404 fields