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

idinteger

Id

account_idinteger

Account Id (references account.id)

namestring

Name

emailstring email

Email

frequency'day' | 'week' | 'month'

Frequency

queryobject

Query

Example response

[
  {
    "id": 12345,
    "account_id": 1,
    "name": "Example Name",
    "email": "user@example.com",
    "frequency": "day",
    "query": "Sample query text content"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.