Get Research Result Content

Returns the content for a specific source result within a research object.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequiredformat: "uuid"
Research job identifier.
resultIdstringRequiredformat: "uuid"
Result item identifier.

Query parameters

formatenumOptionalDefaults to raw
Output format. Use "raw" for original HTML content or "markdown" for converted markdown.
Allowed values:

Response

Content retrieved.
contentstring

Raw extracted content for this result (may include HTML, markdown, or plain text).

Errors