List upload IDs affected by a reprocess trigger predicate
Server-side scan that returns a page of upload IDs whose thumbnail dispatch may shift in response to a config change (CT add/update/delete, integration install/uninstall, bucket Open-With default change). Called by the pipeline's tier-1 scan job in batches. Idempotent — running the same predicate again returns the same rows.
Authorization
OAuth2 upl:privateAuthorizationBearer <token>
OAuth 2.0 authorization
In: header
Scope: upl:private
Header Parameters
Connect-Protocol-Version*number
Define the version of the Connect protocol
Value in
1Connect-Timeout-Ms?number
Define the timeout, in ms
Request Body
application/json
predicate?|||||
pageToken?string
Pagination — opaque token from the previous response, empty for the first page. Server caps page_size at a sensible default.
pageSize?integer
Format
int32[key: string]?never
Response Body
application/json
application/json
curl -X POST "https://uploads-api.xeonr.io/uplim.api.v1.IntegrationAdminService/ListUploadsForReprocess" \ -H "Connect-Protocol-Version: 1" \ -H "Content-Type: application/json" \ -d '{}'{
"uploadIds": [
"string"
],
"nextPageToken": "string"
}{
"code": "not_found",
"message": "string",
"details": [
{
"type": "string",
"value": "string",
"debug": {}
}
]
}