Schedules a task for execution.
cURL
curl --request POST \ --url https://app.deepslate.eu/api/v1/vendors/{vendorId}/organizations/{organizationId}/agents/{agentId}/tasks/{taskId}/execute
{ "success": true, "timestamp": "2025-04-17T14:23:30Z", "message": "<string>", "data": null, "traceId": "<string>" }
ID of the Vendor (UUID)
ID of the Organization (UUID)
ID of the Agent (UUID)
ID of the Task (UUID)
Agent task scheduled for execution
Standard API response wrapper
Indicates if the request was successful
true
Response timestamp in ISO-8601 format
"2025-04-17T14:23:30Z"
Human-readable message
Payload data object
null
Correlation or trace ID
Was this page helpful?