Get active file progress
GET/projects/:projectId/progress/:uploadId
Require admin rights
Request
Path Parameters
projectId stringrequired
uploadId stringrequired
Query Parameters
position int32
Default value:
-1
Responses
- 200
- 401
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
text stringnullable
New log text given from previous position until current end of log
Example:
Resource creation started...
complete boolean
Indicates if processing is complete
position int32
Current position log readed
Example:
28
[
{
"text": "Resource creation started...",
"complete": true,
"position": 28
}
]
Unauthorized
Not Found
Server Error
Loading...