Get Thread Progress

Get the current progress status of a thread task. This endpoint returns the progress information for a thread, including whether there is an active task running, the current status, and any progress indicators. Useful for thread state management when the SSE streaming connection was closed or not currently pushing new updates.

Authentication

AuthorizationBearer
OAuth2 access token obtained via token exchange.

Path parameters

thread_idstringRequired

Response

Successful Response
progress_dataobject or null
Data model for thread progress cache, storing both log message and task ID.

Errors