Get run staging delta
GET/runs/:id/staging
Returns aggregate counts of nodes and edges currently in the staging tables for the run identified by id. Staging rows exist only while the run is still in progress (before seal) or for failed runs whose staging has not yet been swept. For sealed or already-swept runs all counts are zero — this is not an error. Returns 404 if the run itself does not exist.
Request
Responses
- 200
- 401
- 404
- 500
- 503
OK
Unauthorized
Run not found
Internal server error
Staging repository not available