Properties
| Name | Type | Description |
|---|---|---|
| id | string | Zap Run ID |
| zap_id | integer | Associated Zap ID |
| start_time | stringnull | Datetime when the Zap Run started |
| end_time | stringnull | Datetime when the Zap Run ended |
| status | string | Execution status of the Zap Run |
| zap_title | stringnull | The title of the Zap at the time it ran |
| steps | arraynull | Contains the execution details of each step |
| data_in | object | The input data for the Zap Run |
| data_out | object | The output data for the Zap Run |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ZapRun",
"description": "A single Zap Run response.",
"$id": "https://raw.githubusercontent.com/api-evangelist/zapier/refs/heads/main/json-schema/partner-api-zap-run-schema.json",
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uuid",
"description": "Zap Run ID",
"example": "550e8400-e29b-41d4-a716-446655440000"
},
"zap_id": {
"type": "integer",
"description": "Associated Zap ID",
"example": 100
},
"start_time": {
"type": [
"string",
"null"
],
"format": "date-time",
"description": "Datetime when the Zap Run started",
"example": "2026-05-01T12:00:00Z"
},
"end_time": {
"type": [
"string",
"null"
],
"format": "date-time",
"description": "Datetime when the Zap Run ended",
"example": "2026-05-01T12:00:00Z"
},
"status": {
"type": "string",
"description": "Execution status of the Zap Run",
"example": "active"
},
"zap_title": {
"type": [
"string",
"null"
],
"description": "The title of the Zap at the time it ran",
"example": "example-value"
},
"steps": {
"type": [
"array",
"null"
],
"items": {
"$ref": "#/components/schemas/ZapRunStep"
},
"description": "Contains the execution details of each step",
"example": [
{}
]
},
"data_in": {
"oneOf": [
{},
{
"type": "null"
}
],
"description": "The input data for the Zap Run",
"example": "example-value"
},
"data_out": {
"oneOf": [
{},
{
"type": "null"
}
],
"description": "The output data for the Zap Run",
"example": "example-value"
}
},
"required": [
"id",
"status",
"steps",
"zap_id",
"zap_title"
]
}
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/partner-api-zap-run"
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.