Task management
Get task detail
Return details about a task. Consumers of this API should not expect updates more frequent than once every five seconds for a given task.
get/v1/tasks/{id}
Path parameters
idstring uuid required
The ID of a previously-submitted task that has not been canceled or deleted.
Headers
X-Runway-Version'2024-11-06' required
The version of the RunwayML API being used. You can read more about versioning here.
Response
Success