# Get all client cases **GET /api/v1/client/{client_uuid}/cases** ## 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 - **client_uuid** (string) ### Query parameters - **include** (string) Comma separated list of relationships to include in the response. Valid relationships are [participants, participants_count, type, status, tags, plans, custom_fields, groups, assigned_to]. - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[completed]** (boolean) Filter cases by which have been completed - **filter[in_progress]** (boolean) Filter cases by which are still in progress - **filter[type]** (string) Comma separated list of case type UUIDs. Example fc4e2fad-d4f1-5c56-a869-60edc441ae16,add547bc-6097-5339-aaba-cbea59e79ee1 - **filter[status]** (string) Comma separated string of statuses to filter by - **filter[tags]** (string) Comma separated string of tags to filter by - **filter[plan_uuid]** (string) Comma separated string of plan UUIDs to filter by. - **filter[group_uuids]** (string) Comma separated string of group UUIDs to filter by. - **filter[account_uuids]** (string) Comma separated string of account UUIDs to filter by. - **filter[circle_uuids]** (string) Comma separated string of circle UUIDs to filter by. - **filter[employee_account_uuids]** (string) Comma separated string of employee accounts UUIDs to filter by. - **filter[completed_after]** (string) Filter cases which have a completed at date after. - **filter[completed_before]** (string) Filter cases which have a completed at date before. - **filter[review_at_after]** (string) Filter cases which have a review at date after. - **filter[review_at_before]** (string) Filter cases which have a review at date before. - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). - **sort** (string) Field to sort by. Valid fields are [created_at, name, status_position, value, completed_at, review_at]. Negative sign to denote DESC. Defaults to 'name'. ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)