Zylo · Schema

Zylo Export Job

An export job represents an asynchronous task for exporting subscription data from Zylo. The workflow involves creating the export job and then polling for completion, at which point a download URL is provided.

BudgetsSaaS ManagementSpend

Properties

Name Type Description
id string The unique identifier of the export job.
status string The current status of the export job.
downloadUrl string The URL to download the exported data. Only available when the job status is completed.
createdAt string The date and time the export job was created.
completedAt string The date and time the export job completed.
error string Error message if the job failed.
View JSON Schema on GitHub

JSON Schema

export-job.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "export-job.json",
  "title": "Zylo Export Job",
  "description": "An export job represents an asynchronous task for exporting subscription data from Zylo. The workflow involves creating the export job and then polling for completion, at which point a download URL is provided.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the export job."
    },
    "status": {
      "type": "string",
      "description": "The current status of the export job.",
      "enum": ["pending", "processing", "completed", "failed"]
    },
    "downloadUrl": {
      "type": "string",
      "format": "uri",
      "description": "The URL to download the exported data. Only available when the job status is completed."
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "The date and time the export job was created."
    },
    "completedAt": {
      "type": "string",
      "format": "date-time",
      "description": "The date and time the export job completed."
    },
    "error": {
      "type": "string",
      "description": "Error message if the job failed."
    }
  },
  "required": ["id", "status"]
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/export-job"
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 email required.

A second provider on the same verified email joins the account you already have.