# Get all audits attached to a model **GET /api/v1/audits/{model}/{modelUuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **model** (string) the model type, valid types are ['firm','account','group','case','board_task','plan','bank_statement','bank_transaction','provider_statement','statement_transaction','expectation','statement'] - **modelUuid** (string) ### Query parameters - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[circle_uuids]** (string) Filter by a comma separated list of UUIDs. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at]. Negative sign to denote DESC. Defaults to '-created_at'. - **per_page** (integer) the amount of audits per page (Default 15. Max 500). ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)