# Check the status of a specific conversion (/api-reference/conversions/v1-conversions-id-status-get) Returns the processing status of a specified conversion by its ID ## `GET /v1/conversions/{id}/status` ### Parameters - `id` (path, required) — The ID of the conversion to check ### Responses - `200` — Returns the status of the specified conversion with metadata. The Metadata may include processing timestamps and status details. - `400` — Bad Request - `401` — Authorization key not valid - `404` — Specified conversion ID does not exist