Xeonr Developer Docs

SetStepKVOutput

POST
/uplim.api.v1.InternalPipelineRunsService/SetStepKVOutput

Single-phase KV output. Coord resolves output_name → registered IntegrationMetadataKey via the snapshot's kv_output_bindings, validates value_type, and writes UploadMetadataKV.

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 in1
Connect-Timeout-Ms?number

Define the timeout, in ms

Request Body

application/json

runId?string
Formatuuid
stepId?string
outputName?string

Local manifest output name. Coord resolves to the registered IntegrationMetadataKey via the snapshot's binding.

value?|||

Discriminated value carried by a metadata entry. Producers set exactly one variant matching the declared value_type of the key.

[key: string]?never

Response Body

application/json

application/json

curl -X POST "https://uploads-api.xeonr.io/uplim.api.v1.InternalPipelineRunsService/SetStepKVOutput" \  -H "Connect-Protocol-Version: 1" \  -H "Content-Type: application/json" \  -d '{}'
{}
{
  "code": "not_found",
  "message": "string",
  "details": [
    {
      "type": "string",
      "value": "string",
      "debug": {}
    }
  ]
}