Skip to main content

Get Active Message Trackers

This API retrieves a list of currently active message trackers. Each tracker in the response includes a unique tracker_id, which can be used in subsequent API calls to manage individual trackers — for example, to disable a specific message tracker when it's no longer needed.

A successful response will return a list of active trackers in the following format:

[
{
"accountId": "string",
"thread_id": "string",
"tracker_id": "string"
}
]

If no active trackers are found for the given input, the API will return the following response:

{
"message": "No active message tracker found"
}
Header Parameters
x-api-key uuid REQUIRED
x-api-secret uuid REQUIRED
Responses
Success
Schema OPTIONAL
object[]
accountId string
thread_id string
tracker_id string
Failed
Schema OPTIONAL
status string
request_id string
error string