Fetch readable attachment text
Attachments
Fetch readable attachment text
Fetches extracted text for opportunity attachments, Document records, and raw text-like content for workspace attachments, including CSV, TSV, JSON, Markdown, HTML, XML, YAML, logs, and plain text. Opportunity attachment IDs are the IDs returned in opportunity aggregateAttachments and opportunitySources.attachments. Workspace attachment IDs are returned by workspace attachment endpoints. Document IDs come from document-backed surfaces.
GET
Fetch readable attachment text
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Available options:
opportunity, workspace, document Query Parameters
Required range:
x >= 0Required range:
x <= 200000Response
Attachment text, or a structured status if text is unavailable.