Skip to main content
GET
/
api
/
v1
/
vendors
/
{vendorId}
/
organizations
/
{organizationId}
/
agents
/
{agentId}
/
tasks
/
{taskId}
Get Agent Task Details
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>"
}

Path Parameters

vendorId
string
required

ID of the Vendor (UUID)

organizationId
string
required

ID of the Organization (UUID)

agentId
string
required

ID of the Agent (UUID)

taskId
string
required

ID of the Task (UUID)

Response

Successfully retrieved agent task details

Standard API response wrapper

success
boolean
required

Indicates if the request was successful

Example:

true

timestamp
string<date-time>
required

Response timestamp in ISO-8601 format

Example:

"2025-04-17T14:23:30Z"

message
string

Human-readable message

data
object

Payload data object

traceId
string

Correlation or trace ID