Get Research Result Content

Returns the raw content for a specific 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.

Response

Content retrieved.
contentstring

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

Errors

401
Unauthorized Error
404
Not Found Error
500
Internal Server Error