---
title: "Get an analysis"
method: GET
path: "/platform/meeting-reports"
tags: ["meeting-reports"]
---

# Get an analysis

`GET /platform/meeting-reports`

## Response `200`

Successful operation

- Analysis
  - `id` string, uuid
  - `meetingName` string
  - `meetingDate` string
  - `ownerID` string
  - `analysisStatus` 'UPLOAD_IN_PROGRESS' | 'UPLOAD_ERROR' | 'ANALYSIS_IN_PROGRESS' | 'ANALYSIS_ERROR' | 'ANALYSIS_READY' | 'CANCELLED'
  - `timelineUploadURL` string, uri
  - `s3UploadURL` string, uri
  - `isSample` boolean
  - `failureMessage` string

---

[API](https://skmtc.dev/spiky/apis/spiky-api-v2.md) · [All operations](https://skmtc.dev/spiky/apis/spiky-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spiky/spiky-api-v2/revisions/4ca9939b6fb7/schema)
