Skip to main content

Progress of project build

GET 

/projects/:projectId/progress

Require admin rights

Request​

Path Parameters

    projectId stringrequired

Query Parameters

    position int32

    Default value: -1

Responses​

Project build progress

Schema
  • Array [
  • text stringnullable

    New log text given from previous position until current end of log

    complete boolean

    Indicates if build is complete

    position int32

    Current position log readed

    filesToProcess int32nullable

    Amount of files to process before build started

  • ]
Loading...