Skip to main content
POST
/
api
/
agents
/
jobs
/
{job_id}
/
trigger
Trigger a job execution
curl --request POST \
  --url https://interact.turntwo.com/api/agents/jobs/{job_id}/trigger \
  --header 'X-API-Key: <api-key>' \
  --header 'X-Organization-Id: <api-key>'
{
  "success": true,
  "chat": {
    "id": "<string>"
  },
  "job": {
    "id": "<string>"
  }
}

Authorizations

X-API-Key
string
header
required

API key for authentication

X-Organization-Id
string
header
required

Organization ID associated with the API key

Path Parameters

job_id
string
required

Job ID to trigger

Response

Job triggered successfully

success
boolean
required

Whether the trigger was successful

chat
object
required
job
object
required