Retrieves detailed information about a specific agent task.
cURL
curl --request GET \ --url https://app.deepslate.eu/api/v1/vendors/{vendorId}/organizations/{organizationId}/agents/{agentId}/tasks/{taskId}
{ "success": true, "timestamp": "2025-04-17T14:23:30Z", "message": "<string>", "data": { "id": "77aaddcc-88bb-11ee-aacc-112233445566", "userValues": { "customer_name": "Alice Wonderland", "product_interest": "Teapot", "callback_reason": "Price query" }, "targetNumber": "+491721234567", "status": "SCHEDULED", "onlyWeekdays": true, "createdAt": "2024-02-01T09:15:30Z", "allowedHoursBegin": 9, "allowedHours": 8, "conclusionId": "<string>" }, "traceId": "<string>" }
ID of the Vendor (UUID)
ID of the Organization (UUID)
ID of the Agent (UUID)
ID of the Task (UUID)
Successfully retrieved agent task details
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
Show child attributes
Correlation or trace ID
Was this page helpful?