Get API research integrations

Get API integration HTTP requests linked to research results. If the results_index field is included in the response, it means that the http request is included in the research results array and that the result of this http request is directly used to synthesize the research result, otherwise it is omitted. Returns the API integration HTTP requests linked to research results organized by source

Authentication

AuthorizationBearer

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

Path parameters

idstringRequiredformat: "uuid"
Research job identifier.

Query parameters

providerstringOptional

Filter results by provider name (e.g., “tavily”, “fmp”).

Response

List of HTTP request logs organized by source.
ask_idstringformat: "uuid"
Research job identifier.
urlstringformat: "uri"
The source URL associated with these HTTP requests.
http_logslist of objects

List of HTTP request/response logs for this source.

results_indexinteger or null>=1

Position in the research results array (1-based). Null for requests not directly tied to a result.

providerstring or null

Provider identifier (e.g., “tavily”, “fmp”, “exa”).

provider_display_namestring or null

Human-readable provider name (e.g., “Tavily”, “Financial Modeling Prep”).

provider_iconstring or nullformat: "uri"
URL to the provider's icon image.

Errors