Loader Loader Status Response Structure
LoaderStatusResponse schema from Neptune
LoaderStatusResponse is a JSON Structure definition published by Amazon Neptune, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-structure/loader-loader-status-response-structure.json",
"name": "LoaderStatusResponse",
"description": "LoaderStatusResponse schema from Neptune",
"type": "object",
"properties": {
"status": {
"type": "string"
},
"payload": {
"type": "object",
"properties": {
"feedCount": {
"type": "array",
"description": "Count of feeds processed.",
"items": {
"type": "object"
}
},
"overallStatus": {
"type": "object",
"description": "Overall status of the load job.",
"properties": {
"fullUri": {
"type": "string",
"description": "The S3 URI of the data source."
},
"runNumber": {
"type": "int32",
"description": "The run number for this load."
},
"retryNumber": {
"type": "int32",
"description": "The retry number."
},
"status": {
"type": "string",
"description": "The job status (LOAD_NOT_STARTED, LOAD_IN_PROGRESS, LOAD_COMPLETED, LOAD_CANCELLED_BY_USER, LOAD_CANCELLED_DUE_TO_ERRORS, LOAD_FAILED, LOAD_UNEXPECTED_ERROR, LOAD_DATA_DEADLOCK, LOAD_DATA_FAILED_DUE_TO_FEED_MODIFIED_OR_DELETED, LOAD_S3_READ_ERROR, LOAD_S3_ACCESS_DENIED_ERROR, LOAD_COMMITTED_W_WRITE_CONFLICTS).",
"enum": [
"LOAD_NOT_STARTED",
"LOAD_IN_PROGRESS",
"LOAD_COMPLETED",
"LOAD_CANCELLED_BY_USER",
"LOAD_CANCELLED_DUE_TO_ERRORS",
"LOAD_FAILED",
"LOAD_UNEXPECTED_ERROR",
"LOAD_DATA_DEADLOCK",
"LOAD_DATA_FAILED_DUE_TO_FEED_MODIFIED_OR_DELETED",
"LOAD_S3_READ_ERROR",
"LOAD_S3_ACCESS_DENIED_ERROR",
"LOAD_COMMITTED_W_WRITE_CONFLICTS"
]
},
"totalTimeSpent": {
"type": "int32",
"description": "Total time spent on the load in seconds."
},
"startTime": {
"type": "int32",
"description": "Start time as a Unix timestamp."
},
"totalRecords": {
"type": "int32",
"description": "Total records processed."
},
"totalDuplicates": {
"type": "int32",
"description": "Total duplicate records encountered."
},
"parsingErrors": {
"type": "int32",
"description": "Total parsing errors."
},
"datatypeMismatchErrors": {
"type": "int32",
"description": "Total datatype mismatch errors."
},
"insertErrors": {
"type": "int32",
"description": "Total insert errors."
}
}
},
"failedFeeds": {
"type": "array",
"description": "Details about failed feeds.",
"items": {
"type": "object"
}
},
"errors": {
"type": "object",
"description": "Error details (when errors=true was requested)."
}
}
}
}
}
Work with this as data
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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/loader-loader-status-response-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.