# Get all checks **GET /api/v1/account/{account_uuid}/check** ## 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 - **account_uuid** (string) ### Query parameters - **filter[uuid]** (string) Filter checks by uuid. - **filter[provider]** (string) Filter checks by provider. - **filter[type]** (string) Filter checks by type. - **filter[status]** (string) Filter checks by status. - **filter[via_integration]** (boolean) true - **filter[date_run_from]** (string) Date to filter when the check was created after. - **filter[date_run_to]** (string) Date to filter when the check was created before. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, provider, type, status, last_webhook_at]. Negative sign to denote DESC. Defaults to '-created_at'. - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)