Report Schedule
List
Retrieve a paginated list of Report Schedule records. Supports filtering, sorting, and search.
get/api/cp/report-schedule
Query parameters
frequency'day' | 'week' | 'month'
Filter by Frequency
Response
Successful response
Example response
[
{
"id": 12345,
"account_id": 1,
"name": "Example Name",
"email": "user@example.com",
"frequency": "day",
"query": "Sample query text content"
}
]