Skip to main content
POST
Ingest Lifecycle

请求头

authorization
string | null
X-TunePlane-Token
string | null

请求体

application/json

A lifecycle event reported by the training side itself.

Both sooner and more precise than polling the backend, which only knows whether the process is alive -- not whether training has actually started. Building a venv and pulling a model can take several minutes, and a self-report keeps those out of the metered duration.

run_id
string
必填
event
enum<string>
必填
可用选项:
starting,
running,
succeeded,
failed
ts
string<date-time> | null

响应

Successful Response