ExportJobResponse
Provides information about the status and settings of a job that exports endpoint definitions to a file. The file can be added directly to an Amazon Simple Storage Service (Amazon S3) bucket by using the Amazon Pinpoint API or downloaded directly to a computer by using the Amazon Pinpoint console.
Properties
| Name | Type | Description |
|---|---|---|
| ApplicationId | object | |
| CompletedPieces | object | |
| CompletionDate | object | |
| CreationDate | object | |
| Definition | object | |
| FailedPieces | object | |
| Failures | object | |
| Id | object | |
| JobStatus | object | |
| TotalFailures | object | |
| TotalPieces | object | |
| TotalProcessed | object | |
| Type | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-schema/amazon-pinpoint-export-job-response-schema.json",
"title": "ExportJobResponse",
"description": "Provides information about the status and settings of a job that exports endpoint definitions to a file. The file can be added directly to an Amazon Simple Storage Service (Amazon S3) bucket by using the Amazon Pinpoint API or downloaded directly to a computer by using the Amazon Pinpoint console.",
"type": "object",
"properties": {
"ApplicationId": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The unique identifier for the application that's associated with the export job."
}
]
},
"CompletedPieces": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"description": "The number of pieces that were processed successfully (completed) by the export job, as of the time of the request."
}
]
},
"CompletionDate": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The date, in ISO 8601 format, when the export job was completed."
}
]
},
"CreationDate": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The date, in ISO 8601 format, when the export job was created."
}
]
},
"Definition": {
"allOf": [
{
"$ref": "#/components/schemas/ExportJobResource"
},
{
"description": "The resource settings that apply to the export job."
}
]
},
"FailedPieces": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"description": "The number of pieces that weren't processed successfully (failed) by the export job, as of the time of the request."
}
]
},
"Failures": {
"allOf": [
{
"$ref": "#/components/schemas/ListOf__string"
},
{
"description": "An array of entries, one for each of the first 100 entries that weren't processed successfully (failed) by the export job, if any."
}
]
},
"Id": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The unique identifier for the export job."
}
]
},
"JobStatus": {
"allOf": [
{
"$ref": "#/components/schemas/JobStatus"
},
{
"description": "The status of the export job. The job status is FAILED if Amazon Pinpoint wasn't able to process one or more pieces in the job."
}
]
},
"TotalFailures": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"description": "The total number of endpoint definitions that weren't processed successfully (failed) by the export job, typically because an error, such as a syntax error, occurred."
}
]
},
"TotalPieces": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"description": "The total number of pieces that must be processed to complete the export job. Each piece consists of an approximately equal portion of the endpoint definitions that are part of the export job."
}
]
},
"TotalProcessed": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"description": "The total number of endpoint definitions that were processed by the export job."
}
]
},
"Type": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The job type. This value is EXPORT for export jobs."
}
]
}
},
"required": [
"JobStatus",
"CreationDate",
"Type",
"Definition",
"Id",
"ApplicationId"
]
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/amazon-pinpoint-export-job-response"
curl "https://apis.io/api/v1/json-schemas?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.