cURL
curl --request GET \ --url https://api.getmembrane.com/flow-runs/{id}/nodes/{nodeKey}/runs \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "upstreamRuns": [ { "nodeKey": "<string>", "runId": "<string>", "outputId": "<string>" } ], "input": {}, "logs": [ {} ], "outputs": [ { "id": "<string>", "downstreamRuns": [ { "runId": "<string>", "nodeKey": "<string>" } ] } ], "errors": [ { "message": "<string>", "key": "<string>", "data": {}, "stack": {}, "causedByError": "<unknown>", "logs": [ {} ] } ] } ], "cursor": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.getmembrane.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getmembrane.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Was this page helpful?