Properties
| Name | Type | Description |
|---|---|---|
| web_url | string | URL to view the job in the CircleCI web app |
| project | object | The project this job belongs to |
| parallel_runs | array | Parallel run information |
| started_at | string | When the job started |
| latest_workflow | object | The latest workflow this job is part of |
| name | string | The name of the job |
| executor | object | The executor configuration |
| parallelism | integer | The parallelism level |
| status | string | The current status of the job |
| number | integer | The job number |
| pipeline | object | The pipeline this job belongs to |
| duration | integer | The duration of the job in milliseconds |
| created_at | string | When the job was created |
| stopped_at | string | When the job stopped |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Job",
"title": "Job",
"type": "object",
"properties": {
"web_url": {
"type": "string",
"format": "uri",
"description": "URL to view the job in the CircleCI web app"
},
"project": {
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "The project slug"
},
"name": {
"type": "string",
"description": "The project name"
},
"external_url": {
"type": "string",
"format": "uri",
"description": "External URL to the project"
}
},
"description": "The project this job belongs to"
},
"parallel_runs": {
"type": "array",
"items": {
"type": "object",
"properties": {
"index": {
"type": "integer",
"description": "The parallel run index"
},
"status": {
"type": "string",
"description": "The status of this parallel run"
}
}
},
"description": "Parallel run information"
},
"started_at": {
"type": "string",
"format": "date-time",
"description": "When the job started"
},
"latest_workflow": {
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uuid",
"description": "The workflow ID"
},
"name": {
"type": "string",
"description": "The workflow name"
}
},
"description": "The latest workflow this job is part of"
},
"name": {
"type": "string",
"description": "The name of the job"
},
"executor": {
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "The executor type"
},
"resource_class": {
"type": "string",
"description": "The resource class"
}
},
"description": "The executor configuration"
},
"parallelism": {
"type": "integer",
"description": "The parallelism level"
},
"status": {
"type": "string",
"description": "The current status of the job"
},
"number": {
"type": "integer",
"description": "The job number"
},
"pipeline": {
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uuid",
"description": "The pipeline ID"
}
},
"description": "The pipeline this job belongs to"
},
"duration": {
"type": "integer",
"description": "The duration of the job in milliseconds"
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "When the job was created"
},
"stopped_at": {
"type": "string",
"format": "date-time",
"description": "When the job stopped"
}
}
}
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/circleci-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.