curl --location 'https://api.beatapi.io/v1/tasks/task_8K2qA' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "task_8K2qA",
"object": "task",
"workflow": "music-video",
"status": "queued",
"stage": "queued",
"storyboard": {
"shots": []
},
"created_at": 1782210000,
"updated_at": 1782210000,
"completed_at": null,
"output": null,
"usage": {
"credits_reserved": 75,
"credits_charged": 75,
"billable_duration_seconds": 15,
"credits_settled": 0,
"credits_refunded": 0
},
"request_id": "req_abc123",
"error_code": null,
"error_message": null
}
}