Get bridge
GET/api/v1/orgs/{orgId}/data-bridges/{bridgeId}
Return the full bridge definition. The response mirrors the request shape with mqtt, assemblyPolicy, bindings, and runtimeState sections.
The runtimeState section reports the current runtime snapshot:
status: one ofStopped,Starting,Running,Faulted,Stopping.lastPublishTime: timestamp of the last published payload, ornullif nothing has been published.queueDepth: number of items currently buffered in memory.fault: fault details, present only whenstatusisFaulted;nullotherwise.
Request
Responses
- 200
- 401
- 403
- 404
OK
Authentication is missing or invalid.
The caller lacks the required role for this operation.
Bridge was not found.