Task
Get Task
Returns the status and result of a task by its ID. Use event_t parameter for polling to receive only new events since the given timestamp.
GET
Documentation Index
Fetch the complete documentation index at: https://docs.smooth.sh/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Query Parameters
Timestamp of last event received. Only events after this timestamp will be returned.
Whether to include the download URL for files downloaded during the task.
Response
Task has completed (status is 'done', 'failed', or 'cancelled').
Response model for task operations.