GET
/
v1
/
workflows
/
{workflow}
/
run
curl --request GET \
  --url https://api.base39.io/v1/workflows/{workflow}/run \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

workflow
string
required

ID do workflow

Body

The body is of type object.

Response

200
application/json
Ok

The response is of type object.