# Get a pre-migration analysis report **GET /analysis/{projectId}/report** Get a pre-migration analysis report. ## Servers - http://127.0.0.1:8278/api/v1: http://127.0.0.1:8278/api/v1 () ## Parameters ### Path parameters - **projectId** (string) Project ID ## Responses ### 200 OK #### Body: application/json (object) - **id** (string) - **projectId** (string) - **generatedAt** (string(date-time)) - **preflightChecks** (array[object]) - **rules** (array[object]) - **dbMetrics** (object) - **databaseMetadata** (object) - **healthScore** (number) - **resolvedRules** (array[string]) - **takeaways** (array[object]) - **uniqueDboAlerts** (object) - **detectionCountsByDboType** (object) - **errors** (array[string]) ### 404 Not found #### Body: application/json (object) - **jobId** (string) - **message** (string) - **description** (string) - **timestamp** (string(date-time)) [Powered by Bump.sh](https://bump.sh)