Amazon AppFlow · Example Payload

Appflow Flow Execution Example

ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

Appflow Flow Execution Example is an example object payload from Amazon AppFlow, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

executionIdexecutionStatusexecutionResultstartedAtlastUpdatedAtdataPullStartTimedataPullEndTime

Example Payload

Raw ↑
{
  "executionId": "exec-500123",
  "executionStatus": "Successful",
  "executionResult": {
    "errorInfo": {},
    "bytesProcessed": 204800,
    "bytesWritten": 204800,
    "recordsProcessed": 1500,
    "numParallelProcesses": 1
  },
  "startedAt": 1718153645993,
  "lastUpdatedAt": 1718153700000,
  "dataPullStartTime": 1718153645993,
  "dataPullEndTime": 1718153700000
}