# Get CRM status by ID Retrieve detailed information about a specific CRM status. Endpoint: GET /partner/v2/account/{accountId}/crm-status-group/{groupId}/status/{statusId} Version: 2.0 Security: PartnerOAuth ## Path parameters: - `statusId` (integer, required) CRM status ID - `accountId` (integer, required) Account identifier ## Response 200 fields (application/json): - `active` (boolean) Whether this status is active Example: true - `color` (string) Display color (hex code) Example: "#2196F3" - `createdAt` (string) Creation timestamp Example: "2024-01-01T10:00:00Z" - `description` (string) Status description Example: "Lead has just been created" - `groupId` (integer) Parent status group ID Example: 111 - `id` (integer) Unique CRM status identifier Example: 12345 - `isDefault` (boolean) Whether this is the default status in the group Example: true - `name` (string) Status name Example: "New Lead" - `sortOrder` (integer) Sort order for display within the group Example: 1 - `updatedAt` (string) Last update timestamp Example: "2025-01-10T14:30:00Z" ## Response 401 fields ## Response 403 fields ## Response 404 fields