cURL
curl --request POST \ --url https://app.datafold.com/api/v1/ci/{ci_config_id}/{pr_num} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' [ { "pr": "<string>", "prod": "<string>", "exclude_columns": [], "include_columns": [], "pk": [ "<string>" ] } ] '
{ "ci_run_id": 123, "run_id": 123 }
Documentation IndexFetch the complete documentation index at: https://docs.datafold.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.datafold.com/llms.txt
Use this file to discover all available pages before exploring further.
Use the 'Authorization' header with the format 'Key '
Successful Response