Data Modeling
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
GET | |
GET | |
GET | |
GET | |
GET | |
GET | |
GET |
List all environments data modeling jobs
List data modeling jobs which are "runs" for our saved queries.
Required API key scopes
warehouse_view:readQuery parameters
- cursorstring
- limitinteger
- saved_query_idstring
Response
Example request
GET /api /environments /:environment_id /data_modeling_jobsExample response
Status 200
RESPONSE
Retrieve environments data modeling jobs
List data modeling jobs which are "runs" for our saved queries.
Required API key scopes
warehouse_view:readPath parameters
- idstring
Response
Example request
GET /api /environments /:environment_id /data_modeling_jobs /:idExample response
Status 200
RESPONSE
Retrieve environments data modeling jobs recent
Get the most recent non-running job for each saved query from the v2 backend.
Response
Example request
GET /api /environments /:environment_id /data_modeling_jobs /recentExample response
Status 200
RESPONSE
Retrieve environments data modeling jobs running
Get all currently running jobs from the v2 backend.
Response
Example request
GET /api /environments /:environment_id /data_modeling_jobs /runningExample response
Status 200
RESPONSE
List all data modeling jobs
List data modeling jobs which are "runs" for our saved queries.
Required API key scopes
warehouse_view:readQuery parameters
- cursorstring
- limitinteger
- saved_query_idstring
Response
Example request
GET /api /projects /:project_id /data_modeling_jobsExample response
Status 200
RESPONSE
Retrieve data modeling jobs
List data modeling jobs which are "runs" for our saved queries.
Required API key scopes
warehouse_view:readPath parameters
- idstring
Response
Example request
GET /api /projects /:project_id /data_modeling_jobs /:idExample response
Status 200
RESPONSE
Retrieve data modeling jobs recent
Get the most recent non-running job for each saved query from the v2 backend.
Response
Example request
GET /api /projects /:project_id /data_modeling_jobs /recentExample response
Status 200
RESPONSE
Retrieve data modeling jobs running
Get all currently running jobs from the v2 backend.
Response
Example request
GET /api /projects /:project_id /data_modeling_jobs /runningExample response
Status 200
RESPONSE