Submit a KPI job
POST/kpi/graphs/:graph_id/jobs
Creates or reuses a KPI calculation job for the requested graph and snapshot day. By default the service rejects submits when a job is active or a successful run finished within the last 24 hours. Set force_rerun=true to replace an active job and bypass the freshness rule.
Request
Responses
- 202
- 400
- 403
- 404
- 409
- 422
Job accepted or existing reusable job returned.
The request was syntactically valid but semantically invalid.
The caller is not authorized to operate on the requested graph.
The requested resource was not found.
The request conflicts with current job state or freshness rules.
Validation Error