API Reference
Get all visibility reports for a topic
X-API-Key<token>
API Key for programmatic access
In: header
Path Parameters
domainId*string
Domain ID
topicId*string
Topic ID
Query Parameters
limit*number
startDate*string
endDate*string
Response Body
application/json
curl -X GET "https://example.com/api/domains/507f1f77bcf86cd799439011/topics/507f1f77bcf86cd799439012/visibility/reports?limit=0&startDate=string&endDate=string"[ { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "domainId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "topicId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "generatedAt": "2026-05-25T10:30:00.000Z", "reportDate": "2026-05-25T10:30:00.000Z", "createdAt": "2026-05-25T10:30:00.000Z" }]