Flux 2 Pro - Get task status
Flux 2 Pro
Flux 2 Pro - Get task status
Retrieve the status and results of a specific Flux 2 Pro generation task.
GET
Flux 2 Pro - Get task status
Authorizations
Your Magnific API key. Required for authentication. Learn how to obtain an API key
Path Parameters
ID of the task
Response
OK - Task status retrieved successfully
Example:
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED",
"generated": [
"https://openapi-generator.tech",
"https://openapi-generator.tech"
]
}