List Materialized Query Statuses
Returns refresh status and schedule information for all materialized queries in the project.


Authorizations
Use the Authorization header with the value 'Bearer ' to authenticate. Partner API Keys have full access; Project API Keys are limited to their project scope. Learn more: https://docs.peaka.com/api-reference/authentication
Path Parameters
ID of the Project
Response
List of materialized query statuses
ID of the query
"709922802836177297"
Name of the query
"samplequery"
Schedule configuration of a materialized query. Provide EITHER an interval schedule (type=interval with repeatDuration) OR a cron schedule (type=cron with cronExpression and optional timezone). Use type=none for no schedule. The fields that do not apply to the chosen type are omitted.
{
"type": "cron",
"cronExpression": "0 0 * * *",
"timezone": "UTC"
}
Next scheduled execution start time (ISO 8601). Null when the schedule type is 'none' or cannot be computed.
"2025-01-15T16:00:00Z"
Status of the most recent refresh
"COMPLETED"
Start time of the last refresh (ISO 8601)
"2025-01-15T10:00:00Z"
Time the status was last updated (ISO 8601)
"2025-01-15T10:05:00Z"