Get an Agent Research Object
Returns a token-aware research object without results.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
Research job identifier.
Response
Agent research object.
status
Current status of the research job:
- `queued`: Job accepted, waiting to start
- `searching`: Gathering sources from the web
- `researching`: Processing and analyzing sources
- `analyzing`: Deep analysis of gathered information
- `summarizing`: Generating final synthesis
- `completed`: Research finished successfully
- `failed`: Research encountered an error
query
Original research query.
content
Synthesized research content. Null until complete.