SetUploadCommonMetadataKV
Pre-step write path: bypasses the step / snapshot binding model so the pipeline coordinator can record built-in pre-step outputs (common:mime, common:classified_urn, common:virus_clean, …) before any user step runs. Keys must be in the well-known common:* set (handler rejects anything else). User-step writes still go through SetStepKVOutput with snapshot-bound value_type validation.
AuthorizationBearer <token>
JWT access token obtained via OAuth2 flow or service account
In: header
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
uploadId?string
Exactly one of upload_id / folder_id MUST be set. upload_id routes to UploadMetadataKV (the original path); folder_id routes to FolderMetadataKV (folder-bound pipelines).
folderId?string
entries?
[key: string]?never
Response Body
application/json
application/json
curl -X POST "https://uploads-api.xeonr.io/uplim.api.v1.InternalPipelineRunsService/SetUploadCommonMetadataKV" \ -H "Connect-Protocol-Version: 1" \ -H "Content-Type: application/json" \ -d '{}'{}{
"code": "not_found",
"message": "string",
"details": [
{
"type": "string",
"value": "string",
"debug": {}
}
]
}