cURL
curl --request GET \ --url https://api.runflow.io/v1/flows/node-run-preview-types/{id} \ --header 'Authorization: Bearer <token>'
{ "name": "<string>", "created_at": "2023-11-07T05:31:56Z" }
Return a single Flow Node Run Preview Type record by its primary key.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Flow Node Run Preview Type record