# Get Report **GET /api/v1/report/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### 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. - **last_interaction_at** (string) Last interaction date of an account associated with this report - **last_login_at** (string) Last login date of an account associated with this report - **name** (string) Name of the report - **created_by** (object) the account that created this report - **report_type_id** (string) report type id - **status** (string) Current status of report generation - **progress** (integer) Current progress of the report when generating - **files** (array[object]) Files generated for this report instance - **folder** (object) Folder generated with the report. this is the default folder that all generated documents will be stored [Powered by Bump.sh](https://bump.sh)