GET
/
v1
/
workflows
/
{workflowId}
/
data
curl --request GET \
  --url https://api.hystruct.com/v1/workflows/{workflowId}/data \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "email": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

workflowId
string
required

workflow ID

Response

200
application/json
id
string
name
string
email
string