Skip to main content

Gets progress of resource creation process.

GET 

/api/progress/:taskId

Gets progress of resource creation process.

Request​

Path Parameters

    taskId stringrequired

    Some generated unique task id for resource processing task. Same task id must be used in resource creation step. Usually using timestamp

Query Parameters

    position int32

    Previously returned position of log

Responses​

Resource creation process progress.

Schema
    text string

    New text in log

    position int64

    last read log position. should be used in next progress request.

    complete boolean

    Resource creation process complete.

Loading...