Skip to main content
POST
/
api
/
semantic-models
/
{model_id}
/
trigger-refresh
Manually trigger a refresh
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
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

model_id
string<uuid>
required

Response

Successful Response

Response from triggering a refresh.

model_id
string<uuid>
required
triggered
boolean
required
message
string
required
via_airflow
boolean
default:false