export/bids status

GET/export/bids/{export_id}

Get a bid activity export status and a short-lived download URL when ready. Requires the reports:read permission.

Request

cURL
curl -X GET "https://provisioning.cloudx.io/api/v1/export/bids/{export_id}" \
  -H "Authorization: Bearer $CLOUDX_API_KEY"

Path parameters

NameTypeDescription
export_idrequiredstring

Responses

Export status.
{
  "export_id": "<string>",
  "status": "processing",
  "url": "<string>",
  "expires_at": "<string>"
}

200 Export status.

FieldTypeDescription
export_idrequiredstring
statusrequiredstring
urlstring<uri>Short-lived signed download URL, present only when ready.
expires_atstring<date-time>Signed URL expiry, present only when ready.

401 Unauthorized.

FieldTypeDescription
errorrequiredstring

403 Forbidden.

FieldTypeDescription
errorrequiredstring

404 Export not found for this account.

FieldTypeDescription
errorrequiredstring

500 Internal server error.

FieldTypeDescription
errorrequiredstring