v51

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2026-08-011534301009.2 KB
Lookup Information

Get progress

Get progress

get/api/v1/info/progress/{id}

Path parameters

idstring required

Response

The request has succeeded.

successinteger required

Success is the number of items that succeeded

failedinteger required

Failed is the number of items that failed

totalinteger required

The total number of items to process

updatedAtstring date-time required

The time the progress was last updated

Example response

{
  "updatedAt": "2023-01-01T01:01:01.001Z"
}