# Get a case **GET /api/v1/cases/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **uuid** (string) ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **name** (string) Name of the case - **slug** (string) Slug of the case - **status** (object) Case status - **type** (object) Case type - **review_at** (string) Timestamp of when the case should be reviewed - **assigned_to_uuids** (array[string]) UUIDs of accounts that will be assigned to the case when it is created. - **group_uuids** (array[string]) UUIDs of groups that will be assigned when the case is created. - **completed_at** (string) Timestamp of when the case was completed - **value** (object) Expected value of this case - **status_position** (integer) The case status's position on the status list. Starting from 1. Only used if you are formatting cases in a kanban layout. - **participants_count** (integer) The number of participants on the case - **participants** (object) Participants on this case (if included) - **task_board_uuid** (string) UUID of the task board - **plans** (object) Plans in this case (if included) - **custom_fields** (array[object]) Any custom fields on the model. [Powered by Bump.sh](https://bump.sh)