Get Research Updates

Returns a list of updates 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.

Response

List of updates for the research job.
idstringformat: "uuid"
Unique identifier for the update.
ask_idstringformat: "uuid"
Research job this update belongs to.
update_contentstring
The update content.
fileslist of strings
File IDs attached to this update.
created_atdatetime
ISO 8601 timestamp when the update was created.

Errors