Get an outreach record
Retrieve a single outreach record by ID with carrier and load details.
Authentication: Supports API key and bearer token authentication.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
outreach_id
Headers
X-Organization-ID
Response
Successful Response
id
carrier
v1 carrier response - wraps domain CarrierModel with prefixed IDs.
load_id
modality
Communication channel: call or email
direction
Direction: inbound or outbound
created_at
load_number
status
Async-execution lifecycle. Outbound outreaches initiated via the async path move pending → active → completed|failed; inbound and legacy sync paths are written as completed.
error_reason
Terminal failure detail when status=‘failed’
carrier_engaged
is_automated
True if initiated by the automated outreach worker (Ellie), not a manual rep action.
call_id
conversation_id
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error

