cURL
curl --request GET \ --url https://interact.turntwo.com/api/agents/jobs \ --header 'X-API-Key: <api-key>' \ --header 'X-Organization-Id: <api-key>'
{ "organization": { "id": "<string>", "name": "<string>" }, "jobs": [ { "id": "<string>", "name": "<string>", "status": "active", "createdAt": "2023-11-07T05:31:56Z", "agent": { "id": "<string>", "name": "<string>" }, "runCount": 123, "isRunning": 123, "isScheduled": true, "lastRunAt": "2023-11-07T05:31:56Z" } ] }
Returns a list of all agent jobs for the authenticated organization
API key for authentication
Organization ID associated with the API key
Successful response
Organization information
Show child attributes