Destinations  /  Get handoff

Get handoff

GET/v1/handoffs/{id}

Poll a handoff's status until it completes.

Path parameters
id
string · required
The handoff id.
Response fields
id
string
The handoff id.
status
string
pending, completed, or canceled.
GET/v1/handoffs/{id}
curl https://app.converly.io/api/v1/handoffs/hdf_7Yk2… \
  -H "Authorization: Bearer sk_live_…"
200 OK
{
  "id": "hdf_7Yk2…",
  "status": "completed"
}