Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.prequel.co/destinations/{destination_id}/data-integrity/{job_id} \ --header 'X-API-KEY: <api-key>'
{ "status": "<string>", "data": { "job": { "id": "<string>", "org_schema": "<string>", "submitted_at": "2023-11-07T05:31:56Z", "started_at": "2023-11-07T05:31:56Z", "ended_at": "2023-11-07T05:31:56Z", "destination_id": "<string>", "status": "<string>", "model_ids": [ "<string>" ], "model_sample_primary_ids": {}, "data_integrity_results": [ { "model_name": "<string>", "is_healthy": true, "error_message": "<string>", "sampling_rate": 123, "total_rows_compared": 123, "total_rows_stale": 123, "total_rows_pending": 123, "total_rows_missing": 123, "total_rows_incorrect": 123, "total_rows_orphaned": 123, "mismatched_partitions": [ { "source_row_count": 123, "destination_row_count": 123, "last_modified_lower_bound_epoch": 123, "last_modified_upper_bound_epoch": 123 } ] } ], "log_message": "<string>" } }, "message": "<string>" }
Get a data integrity job by ID.
Destination ID.
Integrity Job ID.
OK
"success"
Show child attributes