Apache SeaTunnel · Example Payload

Apache Seatunnel Job Info Example

Data IntegrationETLELTBatchStreamingApacheOpen Source

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

Top-level fields

jobIdjobNamejobStatuscreateTimefinishTime

Example Payload

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