Get Research Events

Returns the list of events for a research object. Events represent progress updates and reasoning steps that occurred during the research process.

Authentication

AuthorizationBearer

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

Path parameters

idstringRequiredformat: "uuid"
Research job identifier.

Response

List of research events.
messagestring
Description of the research event or reasoning step.
created_atdatetime
ISO 8601 timestamp when the event occurred.

Errors