Skip to main content
POST
Create data integrity job for a destination

Authorizations

X-API-KEY
string
header
required

Path Parameters

destination_id
string
required

Destination ID.

Body

application/json
models
object[]

Specifies models to run. Include sample primary keys to specify specific rows to check.

tags
object

Tags used for source query filtering.

start_integrity_window_at
string<date-time>

Lower bound for the last modified value used in queries. Timestamps should be represented in RFC3339 format.

Example:

"2026-01-01T00:00:00Z"

end_integrity_window_at
string<date-time>

Upper bound for the last modified value used in queries. Timestamps should be represented in RFC3339 format.

Example:

"2026-01-02T00:00:00Z"

Response

OK

status
string
required
Allowed value: "success"
data
object
required
message
string
required