Bridgit APIBridge runData
Get bridge run data
Retrieves the transformed data from 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 data for
Response Body
curl -X GET "https://api-test.hibridgit.com/api/bridge-run/string/data"{
"bridge_run_id": "run_abc123",
"data": [
{}
]
}{
"error": "Unauthorized: bridge_id and token do not belong to the same org"
}{
"error": "Error reading bridge data file"
}