cURL
curl --request GET \ --url https://app.datafold.com/api/v1/data_sources/test/{job_id} \ --header 'Authorization: <api-key>'
{ "id": 123, "results": [ { "result": "<any>", "status": "needs_confirmation", "step": "connection" } ], "status": "needs_confirmation" }
Use the 'Authorization' header with the format 'Key <api-key>'
Successful Response
The response is of type object.
object