cURL
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 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Was this page helpful?