GET
/
restore
curl --request GET \
  --url https://eu-west-1.api.neuphonic.com/restore \
  --header 'X-API-KEY: <api-key>'
{
  "data": {
    "jobs": [
      {
        "id": "<string>",
        "status": "<string>",
        "language": "<string>",
        "duration": "<any>",
        "created_at": "2023-11-07T05:31:56Z",
        "updated_at": "2023-11-07T05:31:56Z"
      }
    ]
  }
}

Authorizations

X-API-KEY
string
header
required

API Key Authentication. Get your API key from the Neuphonic website.

Response

200
application/json
Successful Response
data
object

The data payload for the response.