---
title: "Get a single Opportunity Export"
method: GET
path: "/export/opportunity/{id}/"
tags: ["exports"]
---

# Get a single Opportunity Export

`GET /export/opportunity/{id}/`

Get a single opportunity export to do things like check its `status` or get a `download_url`.

`status` can have one of these values: `created`, `started`, `in_progress`, `done`, `error`.

## Path parameters

- `id` string, required

## Query parameters

- `_fields` string

## Response `200`

Successful response

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/close/apis/close-api.md) · [All operations](https://skmtc.net/close/apis/close-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/close/close-api/revisions/0dcf3303e9d7/schema)
