curl --location -g --request GET '{{BASE_URL}}/runwayml/v1/tasks/' \
--header 'X-Runway-Version: 2024-11-06' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json'
{
"id": "be35be77-4dae-4f42-84b9-51002b248a9b",
"status": "RUNNING",
"createdAt": "2024-11-15T03:34:51.751Z",
"progress": 0.275
}