Executions
List Node Batches
List the batches processed by a node in an execution.
GET
List the batches processed by a specific node within an execution, paginated. This applies to batch nodes (nodes that iterate over a collection); non-batch nodes return a
Option 2 — Session token
501.
Authentication
This endpoint is scoped to a linked account, so it accepts either authentication method. Option 1 — API keyYour Refold API key.
The linked account.
Session token. Format:
Bearer YOUR_SESSION_TOKENPath Parameters
The execution ID.
The node ID (from the execution’s
nodes array).Query Parameters
Filter batches by status.
Page number.
Page size.
Response
- 200 OK
- 501 Not Implemented
Returns a paginated list of batch results for the node.