latestOpenAPI 3.1.02026-08-194237902.5 MB

563848e0ecc0

Credentialing Outreach Resource

Get a presigned GCS download URL for an attachment

Returns a time-limited presigned Google Cloud Storage URL for downloading a single email attachment; it does not stream the file bytes directly. Call this after retrieving an outreach's full detail via GET /credentialing-outreaches/{id}/details - the attachmentId to supply is found in OutreachDetailResponse.emails[].attachments[].id in that response. The returned URL is valid for 1 hour.

get/credentialing-outreaches/attachments/{attachmentId}/download

Path parameters

attachmentIdstring required

Attachment ID, found in OutreachDetailResponse.emails[].attachments[].id in the outreach detail response.

Headers

tenant-idstring required

Tenant ID used to scope the attachment lookup to the caller's organization.

Response

The presigned download URL and its metadata: url, expiresIn (validity in hours), expiresAt (Unix millisecond expiry timestamp), and fileName.

urlstring

Presigned URL for downloading the attachment

expiresIninteger

Number of hours until the URL expires

expiresAtinteger

Unix timestamp when the URL expires

fileNamestring

Original filename of the attachment