---
title: "Retrieve SOS filing document"
method: GET
path: "/api/v2/sos-filing-documents/{id}/"
tags: ["SOS Reports"]
---

# Retrieve SOS filing document

`GET /api/v2/sos-filing-documents/{id}/`

## Path parameters

- `id` string, required

## Response `200`

- SosReportDocument
  - `id` string, required
  - `checkedAt` string, date-time, nullable
  - `status` 'NOT_ORDERED' | 'IN_PROGRESS' | 'FINISHED' | 'FAILED' | 'TIMED_OUT'
  - `dataFile` string, uri, nullable
  - `reportFile` string, uri, nullable
  - `companyName` string, nullable
  - `formationDate` string, date, nullable
  - `entityType` 'CORPORATION' | 'LLC' | 'PARTNERSHIP' | 'NON_PROFIT' | 'TRUST' | 'SOLE_PROPRIETORSHIP'
  - `watchlistHitsCount` integer, nullable

---

[API](https://skmtc.net/idenfy/apis/idenfy-ivs-core-api.md) · [All operations](https://skmtc.net/idenfy/apis/idenfy-ivs-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/idenfy/idenfy-ivs-core-api/revisions/3540d9ee5506/schema)
