Skip to main content
POST
Create workflows handoffs

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

Body

application/json
workflowRunId
number
required
toSpanId
string
required
toAgent
string
required
handoffType
required
Available options:
fallback
context
object
fromSpanId
string
fromAgent
string

Response

Successful response

id
number
required
organizationId
string<uuid>
required
context
null | object
required
workflowRunId
null | number
required
fromSpanId
null | string
required
toSpanId
string
required
fromAgent
null | string
required
toAgent
string
required
handoffType
string
required
timestamp
string<date-time>
required