curl --request GET \ --url https://app.datafold.com/api/v1/ci/{ci_config_id}/runs \ --header 'Authorization: <api-key>'
[ { "base_branch": "<string>", "base_sha": "<string>", "id": 123, "pr_branch": "<string>", "pr_num": "<string>", "pr_sha": "<string>", "source": "<string>", "status": "<string>" } ]
Use the 'Authorization' header with the format 'Key <api-key>'