Clari · Schema
ClariExportJob
Represents the status and metadata of an asynchronous export job in the Clari API.
Revenue OperationsForecastingPipeline ManagementSales IntelligenceActivity IntelligenceDeal InsightsCRMConversation IntelligenceB2BEnterpriseMCPAgentsSales EngagementBulk ExportData Ingestion
Properties
| Name | Type | Description |
|---|---|---|
| jobId | string | Unique identifier for the export job. |
| userId | integer | Clari user ID of the user that initiated the job. |
| orgId | integer | Clari org ID of the organization that requested the export. |
| status | string | Current state of the export job. |
| type | string | The category of export job (e.g., forecast, activity, audit). |
| createdAt | string | ISO 8601 timestamp when the job was created. |
| updatedAt | string | ISO 8601 timestamp when the job was last updated. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://developer.clari.com/schemas/export-job",
"title": "ClariExportJob",
"description": "Represents the status and metadata of an asynchronous export job in the Clari API.",
"type": "object",
"properties": {
"jobId": {
"type": "string",
"description": "Unique identifier for the export job.",
"example": "6073683781a6da229df71e00"
},
"userId": {
"type": "integer",
"description": "Clari user ID of the user that initiated the job.",
"example": 1
},
"orgId": {
"type": "integer",
"description": "Clari org ID of the organization that requested the export.",
"example": 100
},
"status": {
"type": "string",
"description": "Current state of the export job.",
"enum": ["QUEUED", "RUNNING", "DONE", "FAILED", "CANCELLED"]
},
"type": {
"type": "string",
"description": "The category of export job (e.g., forecast, activity, audit).",
"example": "forecast"
},
"createdAt": {
"type": "string",
"format": "date-time",
"description": "ISO 8601 timestamp when the job was created."
},
"updatedAt": {
"type": "string",
"format": "date-time",
"description": "ISO 8601 timestamp when the job was last updated."
}
},
"required": ["jobId", "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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/clari-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 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.