cURL
curl --request GET \ --url https://api.getmembrane.com/flow-runs/{id}/nodes/{nodeKey}/runs/{nodeRunId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "upstreamRuns": [ { "nodeKey": "<string>", "runId": "<string>", "outputId": "<string>" } ], "input": {}, "status": "completed", "logs": [ {} ], "outputs": [ { "id": "<string>", "downstreamRuns": [ { "runId": "<string>", "nodeKey": "<string>" } ] } ], "errors": [ { "message": "<string>", "type": "bad_request", "key": "<string>", "data": {}, "stack": {}, "causedByError": "<unknown>", "logs": [ {} ] } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
completed
failed
skipped
Was this page helpful?