v2
latestOpenAPI 3.1.02026-07-2661920.3 KBSMS Libraries and APIs
List SMS logs
List SMS logs for the team with optional filters and pagination.
get/sms/v1/sms/logs
Query parameters
{
"assistantId": "5eb7cf5a86d9755df3a6c593",
"campaignId": "5eb7cf5a86d9755df3a6c593"
}sizeinteger
Number of items per page
Number of items per page
pageinteger
Page number
Page number
searchstring nullable
Search keywords
Search keywords
startstring date-time nullable
Filter by start time (ISO 8601 format)
Filter by start time (ISO 8601 format)
endstring date-time nullable
Filter by end time (ISO 8601 format)
Filter by end time (ISO 8601 format)
Response
Successful Response
Example response
{
"logs": [
{
"teamId": "5eb7cf5a86d9755df3a6c593",
"createdBy": "5eb7cf5a86d9755df3a6c593",
"updatedBy": "5eb7cf5a86d9755df3a6c593",
"_id": "5eb7cf5a86d9755df3a6c593",
"phoneNumberId": "5eb7cf5a86d9755df3a6c593",
"meta": {
"assistantId": "5eb7cf5a86d9755df3a6c593",
"workflowId": "5eb7cf5a86d9755df3a6c593",
"campaignId": "5eb7cf5a86d9755df3a6c593"
}
}
]
}