ConnectorsDataflowsData IntegrationETLIntegrationSoftware-as-a-ServiceData Transfer
Appflow Execution Details Structure is a JSON Structure definition published by Amazon AppFlow, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"type": "object",
"description": "ExecutionDetails schema from Amazon AppFlow API",
"properties": {
"mostRecentExecutionMessage": {
"type": "string",
"description": "Describes the details of the most recent flow run.",
"example": "Successfully ran the flow"
},
"mostRecentExecutionTime": {
"type": "int64",
"description": "Specifies the time of the most recent flow run.",
"example": 1718153700000
},
"mostRecentExecutionStatus": {
"type": "string",
"description": "Specifies the status of the most recent flow run.",
"enum": [
"InProgress",
"Successful",
"Error",
"CancelStarted",
"Canceled"
],
"example": "Successful"
}
},
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-appflow/refs/heads/main/json-structure/appflow-execution-details-structure.json"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.