# Get All Reports **GET /api/v1/report** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Query parameters - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[report_type_id]** (string) Exact filter for type of report to return - **filter[created_by]** (string) list of adviser uuids to filter reports created by these accounts - **sort** (string) Field to sort by. Valid fields are [updated_at, created_at, name, report_type_id]. 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)