Home
Axway
Amplify Platform Data Export Structure
Amplify Platform Data Export Structure
DataExport schema from Axway Amplify Platform API
Type: object
Properties: 10
Required: 4
API Management Enterprise Integration Security
DataExport is a JSON Structure definition published by Axway, describing 10 properties, of which 4 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.
Properties
_id
completed
created
filename
guid
items
org_guid
status
updated
user_guid
Meta-schema: https://json-structure.org/draft/2020-12/schema
JSON Structure
{
"$schema": "https://json-structure.org/draft/2020-12/schema",
"name": "DataExport",
"description": "DataExport schema from Axway Amplify Platform API",
"type": "object",
"properties": {
"_id": {
"type": "string",
"description": "Document ID of the export.",
"readOnly": true,
"deprecated": true,
"example": "507f1f77bcf86cd799439011"
},
"completed": {
"type": "datetime",
"description": "Date the export was completed",
"example": "2026-04-21T00:00:00Z"
},
"created": {
"$ref": "#/components/schemas/DefaultFields/properties/created"
},
"filename": {
"type": "string",
"format": "url",
"description": "Location the export is saved to.",
"example": "Example Name"
},
"guid": {
"type": "uuid",
"description": "`guid` of the export.",
"example": "example_value"
},
"items": {
"type": "array",
"description": "Items included in the export.",
"items": {
"type": "string",
"enum": [
"user_metadata",
"user_activity",
"user_devices",
"orgs",
"org_metadata",
"org_activity",
"subscriptions",
"envs",
"teams",
"apps",
"providers",
"idps",
"domains"
]
},
"example": [
"user_metadata"
]
},
"org_guid": {
"type": "string",
"description": "`guid` of the org for org specific exports.",
"example": "example_value"
},
"status": {
"type": "string",
"description": "Status of the export.",
"default": "pending",
"enum": [
"pending",
"complete",
"failed"
],
"example": "pending"
},
"updated": {
"$ref": "#/components/schemas/DefaultFields/properties/updated"
},
"user_guid": {
"type": "string",
"description": "`guid` of the user that initiated the export.",
"example": "example_value"
}
},
"required": [
"guid",
"items",
"status",
"user_guid"
]
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/amplify-platform-data-export-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
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 .
A second provider on the same verified email joins the account you already have.