Bridgit APIBridge run
Get bridge run status
Retrieves the status and details of a specific bridge run
Authorization<token>
API token for authentication (format: Bearer {token})
In: header
Path Parameters
bridge_run_idstring
ID of the bridge run to retrieve status for
Response Body
curl -X GET "https://api-test.hibridgit.com/api/bridge-run/string"{
"data": [
{
"bridge_run_id": "string",
"bridge_id": "string",
"start_time": "2019-08-24T14:15:22Z",
"end_time": "2019-08-24T14:15:22Z",
"data_start_time": "2019-08-24T14:15:22Z",
"data_end_time": "2019-08-24T14:15:22Z",
"status": "string",
"total_rows": 0,
"type": "SCHEDULED",
"created_by": "string"
}
],
"message": "string",
"status": 0
}{
"error": "Unauthorized: bridge_id and token do not belong to the same org"
}{
"data": [
null
],
"message": "Bridge Run Status not found for Bridge Run Id",
"status": 404
}{
"error": "string"
}