-
Notifications
You must be signed in to change notification settings - Fork 0
general
Chris Lasell edited this page Sep 27, 2025
·
1 revision
Check server availability
This endpoint does not require authentication.
This endpoint does not return JSON
None
Type: String
Value:
pong
Stream the progress of a long-running task in real time.
Requests that start long-running tasks on the server will return a path to be used with this endpoint. GETting the endpoint with that path will start a real-time streamed response of text, one line at a time, showing the progress of the task.
stream_file - path to the stream on the server, provided in the last server response
Type: None
Type: Raw HTTP streaming response
Value: Lines of text showing the progress.