Skip to main content
POST
/
v1
/
knowledge-base
/
ingestion-jobs
/
{job_id}
/
retry
Retry a failed ingestion job
curl --request POST \
  --url https://api-sandbox.featherhq.com/v1/knowledge-base/ingestion-jobs/{job_id}/retry \
  --header 'x-api-key: <api-key>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

job_id
string<uuid>
required

Response

Successful Response