POST
/
v1
/
namespace
/
{namespaceId}
/
ingest-jobs
/
{jobId}
/
re-ingest
Re-ingest a job
curl --request POST \
  --url https://api.agentset.ai/v1/namespace/{namespaceId}/ingest-jobs/{jobId}/re-ingest \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Default authentication mechanism

Headers

x-tenant-id
string

The tenant id to use for the request. If not provided, the default tenant will be used.

Path Parameters

namespaceId
string
required

The id of the namespace (prefixed with ns_)

Examples:

"ns_123"

jobId
string
required

The id of the job to re-ingest.

Response

The re-ingested job

success
boolean
required
data
object
required