Apache SeaTunnel · Example Payload

Apache Seatunnel Job Detail Example

Data IntegrationETLELTBatchStreamingApacheOpen Source

Apache Seatunnel Job Detail Example is an example object payload from Apache SeaTunnel, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

jobIdjobNamejobStatusjobDagmetricscreateTimefinishTimeerrorMsg

Example Payload

Raw ↑
{
  "jobId": "500123",
  "jobName": "example-name",
  "jobStatus": "RUNNING",
  "jobDag": {},
  "metrics": {},
  "createTime": "2026-04-19T10:00:00Z",
  "finishTime": "2026-04-19T10:00:00Z",
  "errorMsg": "example"
}