Skip to main content
GET
/
flow-runs
/
{id}
/
nodes
/
{nodeKey}
/
outputs
/
{outputId}
Get specific node run output
curl --request GET \
  --url https://api.getmembrane.com/flow-runs/{id}/nodes/{nodeKey}/outputs/{outputId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "nodeKey": "<string>",
  "outputId": "<string>",
  "data": {},
  "metadata": {
    "timestamp": "<string>",
    "size": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
nodeKey
string
required
outputId
string
required

Response

200 - application/json
id
string
required
nodeKey
string
required
outputId
string
required
data
object
required
metadata
object
required