List materialization schedules for a data model

This endpoint retrieves a list of all materialization schedules associated with a data model. Each schedule details when and how often specific data model elements are automatically materialized to optimize performance and data freshness.

Usage notes

  • Retrieve the dataModelId by calling the /v2/dataModels endpoint.
  • To retrieve additional pages of results, use the response of the nextPageToken parameter as the pageToken query parameter in the following request.

Usage scenarios

  • Monitoring and management: Administrators can monitor and manage the schedules for materialization to ensure optimal system performance.
  • Audit and review: Periodic reviews of materialization schedules can help in assessing the efficiency of data processes and making necessary adjustments.

Best practices

  • Regularly review materialization schedules to align them with current data usage patterns and business needs.
  • Use pagination to manage large sets of data and improve response times of API calls.
Path Params
string
required

Unique identifier of the data model.

Query Params
string

Use to specify the next set of results with the string returned in the nextPageToken field of the previous response.

integer

Number of results to return per page, with a maximum of 500. Defaults to 50.

Responses

Language
Credentials
OAuth2
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json