Get Agent Research Results

Returns token-aware result references for a research job.

Authentication

AuthorizationBearer

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

Path parameters

idstringRequiredformat: "uuid"
Research job identifier.

Query parameters

citations_onlybooleanOptionalDefaults to false

When true, only returns results that have a citation_index.

Response

List of token-aware research result references.

idstringformat: "uuid"
Result identifier.
titlestring
Result title.
urlstringformat: "uri"
Canonical URL.
citation_indexinteger or null>=1
Citation index referenced in generated content.

Errors