563848e0ecc0
Fetch lightweight outreach status by ID
Returns a summary view of a single outreach record, suitable for lightweight status checks. Use this when you need basic outreach status and do not require the full email thread, replies, attachments, or timeline; for the full detail view, use GET /credentialing-outreaches/{id}/details instead. The id is the outreach record ID returned in the 201 body of POST /credentialing-outreaches, or from GET /credentialing-outreaches/workflow/{workflowId}.
Path parameters
Outreach record ID, returned from POST /credentialing-outreaches or GET /credentialing-outreaches/workflow/{workflowId}.
Headers
Tenant ID used to scope the lookup to the caller's organization.
Response
The outreach summary record identified by id. The data field is an opaque JSON node - its schema only exposes Jackson's own node-type introspection (empty/valueNode/containerNode), not the actual outreach fields it carries.