Skip to main content
GET
/
v1
/
flows
/
node-run-preview-types
/
{id}
Get Flow Node Run Preview Type
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"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

Flow Node Run Preview Type record

name
string | null
created_at
string<date-time> | null