Infrastructure/Lifecycle
GETLifecycleSince 1.0SynchronousAuth Required
GetTask
Retrieve the current status and progress of a lifecycle task by ID
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
taskIdStringRequiredID of the task to retrieve
Responses
Endpoint
GET/api/v1/lifecycle/tasks/{taskId}
/api/v1/lifecycle/tasks/{taskId}
Request Example
curl -X GET '{host}/api/v1/lifecycle/tasks/{taskId}' -H 'Authorization: Bearer {token}'
Response Example
200{
"uuid": "task-a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"componentUuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"taskType": "deploy",
"state": "Running",
"progress": 42,
"message": "Installing dependencies...",
"params": "example",
"createDate": "example"
}Change History
This API has no change history records yet.
