Skip to content

runnerPostEvents

POST
/api/runner/v1/task-runs/{taskRunId}/events
curl --request POST \
--url https://example.com/api/runner/v1/task-runs/example/events \
--header 'Content-Type: application/json' \
--data '{ "events": [ { "key": "example", "name": "example", "tags": { "additionalProperty": "example" }, "ts": "2026-04-15T12:00:00Z", "type": "output", "unit": "example", "value": "example" } ], "seq": 1 }'
taskRunId
required
string
Media typeapplication/json
object
events
required
Array<object>
<= 1000 items
object
key
string
name
string
tags
object
key
additional properties
string
ts
string format: date-time
type
required
string
Allowed values: output metric
unit
string
value
key
additional properties
any
seq
required
integer format: int64
>= 1
key
additional properties
any

No Content

Error

Media typeapplication/json
object
error
required
object
code
required
string
details
message
required
string
key
additional properties
any
key
additional properties
any
Examplegenerated
{
"error": {
"code": "example",
"details": "example",
"message": "example"
}
}