Create a client-trackable execution session for a public_execute workflow

post/v1/public/workflows/{id}/executions

Path parameters

idstring required

Workflow ID

Request body

object required
OR

Response

OK

codeinteger
messagestring
requestIdstring

Example response

{
  "code": 200,
  "message": "success",
  "requestId": "abc-123"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.