Zapier · Schema
_ActionRunResponseError
The error information returned from a third party when running an action.
IntegrationiPaaS
Properties
| Name | Type | Description |
|---|---|---|
| code | object | Error type of the result object. * `user` - user * `authentication` - authentication * `partner` - partner * `system` - system * `throttled` - throttled * `system_throttled` - system_throttled * `hydr |
| title | string | A short summary of the problem. |
| detail | string | A human-readable explanation specific to this occurrence of the problem. |
| delay | integer | When a partner throttled the execution call (error_type = throttled), this value will hold the number of seconds to wait before retrying. |
| meta | objectnull | Any additional error information returned from the partner. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/_ActionRunResponseError",
"title": "_ActionRunResponseError",
"type": "object",
"description": "The error information returned from a third party when running an action.",
"properties": {
"code": {
"allOf": [
{
"$ref": "#/components/schemas/CodeEnum"
}
],
"description": "Error type of the result object.\n\n* `user` - user\n* `authentication` - authentication\n* `partner` - partner\n* `system` - system\n* `throttled` - throttled\n* `system_throttled` - system_throttled\n* `hydration` - hydration",
"example": "example-value"
},
"title": {
"type": "string",
"description": "A short summary of the problem.",
"example": "Example Name"
},
"detail": {
"type": "string",
"description": "A human-readable explanation specific to this occurrence of the problem.",
"example": "example-value"
},
"delay": {
"type": "integer",
"description": "When a partner throttled the execution call (error_type = throttled), this value will hold the number of seconds to wait before retrying.",
"example": 100
},
"meta": {
"type": [
"object",
"null"
],
"additionalProperties": {},
"description": "Any additional error information returned from the partner.",
"example": {}
}
}
}
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
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/zapier-actionrunresponseerror"
All schemas
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.