Skip to main content
GET
https://crm.uservox.ai/api/v1
/
leads
/
activity
/
get
Get Activity by ID
curl --request GET \
  --url https://crm.uservox.ai/api/v1/leads/activity/get \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "_id": "<string>",
    "lead": "<string>",
    "type": "<string>",
    "status": "<string>",
    "result": {
      "callStatus": "<string>",
      "duration": 123,
      "conversationId": "<string>"
    },
    "createdAt": "<string>",
    "completedAt": "<string>"
  }
}

Query Parameters

activityId
string
required
The MongoDB ObjectId of the activity to retrieve

Response

success
boolean
Indicates if the request was successful
data
object
The activity object