cURL
curl --request POST \ --url https://api.example.com/api/semantic-models/{model_id}/trigger-refresh \ --header 'Authorization: Bearer <token>'
{ "model_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "triggered": true, "message": "<string>", "via_airflow": false }
Manually trigger a refresh of a deployed semantic model’s materialized view.
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
Response from triggering a refresh.
Was this page helpful?