Skip to main content
GET
/
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>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.uservox.ai/llms.txt

Use this file to discover all available pages before exploring further.

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