Bridgit Logo
Bridgit APIBridge runData

Get bridge run data

Retrieves the transformed data from a specific bridge run

GET
/api/bridge-run/{bridge_run_id}/data
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"
}