Run Monitors for Artifacts

Trigger runs for monitors associated with the specified artifacts in Revefi

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Request body specifying artifacts and optional monitor IDs to run

int64
required

Data Source Id of the Revefi connection. Can be obtained by going to Revefi (app.revefi.com) and looking for dsId in the URL

artifacts
array of objects
required
length between 1 and 10

List of tables to run monitors for. Maximum of 10 artifacts.

artifacts*
string
required

Name of the database for the table on which data quality monitor needs to be added

string
required

Name of the schema for the table on which data quality monitor needs to be added

string
required

Name of the table on which data quality monitor needs to be added

monitorIds
array of int64s

Optional list of monitor IDs to run. If not provided, all monitors for the given artifacts will be run.

monitorIds
boolean
Defaults to false

Optional flag to backfill historical data

boolean
Defaults to false

Optional flag to run monitors in dry-run mode without persisting results

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses
200

Successful operation

400

Validation exception

401

Invalid API access token

403

Insufficient permissions for the API call

404

Artifact not found in Revefi

429

Number of requests sent exceed the rate limit

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!