Skip to main content
POST
/
v1
/
restart-job-queued
/
{jobid}
Restart Queued Batch Requests
curl --request POST \
  --url https://api.gominerva.com/v1/restart-job-queued/{jobid} \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "code": "success",
  "message": "Successfully restarted queued batch requests."
}

Authorizations

x-api-key
string
header
required

The uuidv4 API key associated with the MinervaAI account making the request.

Path Parameters

jobid
string
required

The existing batch job ID returned in the id field from POST /v1/search.

Maximum string length: 36

Response

Queued requests for the job were successfully re-submitted.

status
integer
Example:

200

code
string
Example:

"success"

message
string
Example:

"Successfully restarted queued batch requests."