Finalize SDK ingest telemetry
POST/api/v1/ingest/finalize
Attaches post-ingest SDK transport timing to an existing lifecycle row without replaying the primary ingest write.
Official SDKs call this after a successful /api/v1/ingest so sdk_ingest_ms can be stored on the same correlated event.
Request
Responses
- 200
- 400
- 401
- 404
- 500
- 503
SDK ingest timing finalized successfully.
Invalid JSON payload or schema validation error.
Missing, invalid, revoked, or unauthorized API key.
Referenced lifecycle row was not found.
Internal server processing failure.
Temporary infrastructure timeout or dependency outage.