Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

workflow_id
string<uuid>
required

The unique id of the workflow

Response

The test ran. Check result for what your server did with it.

webhook_url
string

The destination the sample was sent to.

workflow_version
integer

The published version whose graph the sample was built from.

sample_path
string[]

The node ids the sample trail walked, in order.

Example:
sample_outcome
enum<string>

The outcome of the end node the sample path reached.

Available options:
success,
failure,
neutral
result
object