Brandon Freeman
09/06/2023, 12:31 AMv0.50.14
Brandon Freeman
09/06/2023, 12:37 AMrequests.get('<http://localhost:8006/v1/jobs?status=running>', headers=header)
returns
{'data': [{'connectionId': 'aaeb5f07-76dc-4b0a-9498-40f26c4cdfe4',
'duration': 'PT0S',
'jobId': 4442,
'jobType': 'sync',
'startTime': '2023-09-05T22:15:43Z',
'status': 'running'},
{'connectionId': '52342a79-b9f7-4258-ad53-d067d0340c6e',
'duration': 'PT0S',
'jobId': 4439,
'jobType': 'sync',
'startTime': '2023-09-05T16:08:52Z',
'status': 'running'}]}
Yet when I attempt requests.get('<http://localhost:8006/v1/jobs/4439>', headers=header)
or requests.get('<http://localhost:8006/v1/jobs/4442>', headers=header)
I get a 404 - Not Found
responseyuvraaj
09/06/2023, 11:33 AMBrandon Freeman
09/06/2023, 12:25 PMBrandon Freeman
09/06/2023, 2:59 PMJon Tan (Airbyte)
09/06/2023, 5:22 PMBrandon Freeman
09/06/2023, 5:23 PMJon Tan (Airbyte)
09/07/2023, 5:12 PM