GET
/
exports
/
{id}
curl --request GET \
  --url https://blendduck.com/api/v1/exports/{id}
{
  "id": "<string>",
  "status": "<string>",
  "url": "<string>"
}

Path Parameters

id
string
required

Response

200 - application/json

Export Response

The response is of type object.