Get all reports
Get all scheduled email reports configured on a tracking (weekly, monthly, and rank-change alerts), sorted by creation date (newest first). Each report includes its type, name and the list of recipient email addresses.
Authorization
ApiKeyAuth x-access-token<token>
Your Mangools API key
In: header
Path Parameters
tracking_id*string
Tracking ID
Response Body
application/json
curl -X GET "https://api.mangools.com/v3/serpwatcher/trackings/string/reports"{
"user_id": "string",
"tracking_id": "string",
"type": "string",
"emails": "string",
"name": "string",
"triggers": "string",
"created_at": "string"
}