Get a Single Agent Research Result

Returns token-aware details for a single result. If format is omitted, content is not returned.

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 identifier.

Query parameters

formatenumOptional
Format of content when returned.
Allowed values:
with_highlightsbooleanOptionalDefaults to false
When true, includes highlights if available.

Response

Token-aware result detail.

titlestring
Result title.
urlstringformat: "uri"
Canonical URL.
citation_indexinteger or null>=1
Citation index referenced in generated content.
highlightslist of strings or null
Optional highlights from the source.
contentstring or null
Optional full content for the result.

Errors