Skip to main content
Infrastructure/Lifecycle

GetTask

Retrieve the current status and progress of a lifecycle task by ID

GET/api/v1/lifecycle/tasks/{taskId}

Operation ID

GetTask

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Path Parameters

  • taskId
    StringRequired

    ID of the task to retrieve

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • uuid
    String

    Unique identifier of the task

    Example: task-a1b2c3d4-e5f6-7890-abcd-ef1234567890

  • componentUuid
    String

    UUID of the component this task belongs to

    Example: a1b2c3d4-e5f6-7890-abcd-ef1234567890

  • componentInstanceUuid
    String

    UUID of the runtime component instance this task targets

    Example: abcdef0123456789abcdef0123456789

  • taskType
    String

    Type of task being executed

    Example: deploy

  • state
    String

    Current execution state of the task

    Example: Running

  • progress
    Integer

    Completion progress as a percentage from 0 to 100

    Example: 42

  • message
    String

    Human-readable message describing current task progress

    Example: Installing dependencies...

  • params
    String

    Additional parameters as key-value pairs

    Example: value

  • createDate
    String

    Create date

    Example: 2026-01-15T08:00:00Z

  • lastOpDate
    String

    Last op date

    Example: 2026-01-15T08:00:00Z