---
title: "Create Agreement: Verify Upload Status"
method: GET
path: "/analyze/v1/uploads/{id}"
tags: ["Analyze Agreements"]
---

# Create Agreement: Verify Upload Status

`GET /analyze/v1/uploads/{id}`

Verify the upload status of a file by upload ID in Analyze.

## Path parameters

- `id` string, required

## Response `200`

successful

- object
  - `upload_id` string, uuid, required — UUID of Upload
  - `status` string, required — Status of the Upload
  - `agreement_id` string, uuid, required — UUID of the related Agreement
  - `updated_date` string, required — Last Updated Date of the Upload
  - `message` string, nullable, required — Additional information about the Upload status

## Other responses

- `403` — inactive user
- `404` — No record found for id
- `422` — invalid id format

---

[API](https://skmtc.net/linksquares/apis/linksquares-api.md) · [All operations](https://skmtc.net/linksquares/apis/linksquares-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linksquares/linksquares-api/versions/4d597e83cd78/schema)
