/v1/tasks/{task_id}/eventsUsed to listen for task status changes in the frontend or backend. Mobile shows only the endpoint list; use desktop for event fields.
Back to Task endpoint listRequest parameters
FieldTypeRequiredDescription
task_idpathYesTask ID.Response fields
FieldTypeRequiredDescription
eventstringNoSSE event name.data.statusstringYesTask status.data.progressnumberNoTask progress.Errors
401
UNAUTHORIZEDMissing or invalid Authorization Bearer token.
403
FORBIDDENThe current API key is not allowed to call this scope or model.
429
RATE_LIMITED请求过快或异步任务队列已满,请降低并发或稍后重试。