Greenhouse · Schema

Greenhouse Job

A job record exposed by the Greenhouse Harvest API. Aligned with the documented Job resource on developers.greenhouse.io.

ATSRecruitingHiringTalent AcquisitionEnterprise SaasHuman ResourcesOnboarding

Properties

Name Type Description
id integer
name string
requisition_id stringnull
notes stringnull
confidential boolean
status string
created_at string
opened_at stringnull
closed_at stringnull
updated_at string
departments array
offices array
hiring_team object
openings array
custom_fields object
View JSON Schema on GitHub

JSON Schema

greenhouse-job-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/greenhouse-io/main/json-schema/greenhouse-job-schema.json",
  "title": "Greenhouse Job",
  "description": "A job record exposed by the Greenhouse Harvest API. Aligned with the documented Job resource on developers.greenhouse.io.",
  "type": "object",
  "required": ["id", "name", "status"],
  "properties": {
    "id":             { "type": "integer" },
    "name":           { "type": "string" },
    "requisition_id": { "type": ["string", "null"] },
    "notes":          { "type": ["string", "null"] },
    "confidential":   { "type": "boolean" },
    "status":         { "type": "string", "enum": ["open", "closed", "draft"] },
    "created_at":     { "type": "string", "format": "date-time" },
    "opened_at":      { "type": ["string", "null"], "format": "date-time" },
    "closed_at":      { "type": ["string", "null"], "format": "date-time" },
    "updated_at":     { "type": "string", "format": "date-time" },
    "departments": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id":   { "type": "integer" },
          "name": { "type": "string" }
        }
      }
    },
    "offices": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id":   { "type": "integer" },
          "name": { "type": "string" },
          "location": {
            "type": "object",
            "properties": {
              "name": { "type": "string" }
            }
          }
        }
      }
    },
    "hiring_team": {
      "type": "object",
      "properties": {
        "hiring_managers": { "type": "array", "items": { "$ref": "#/$defs/UserRef" } },
        "recruiters":      { "type": "array", "items": { "$ref": "#/$defs/UserRef" } },
        "coordinators":    { "type": "array", "items": { "$ref": "#/$defs/UserRef" } },
        "sourcers":        { "type": "array", "items": { "$ref": "#/$defs/UserRef" } }
      }
    },
    "openings": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id":         { "type": "integer" },
          "opening_id": { "type": "string" },
          "status":     { "type": "string", "enum": ["open", "closed"] },
          "opened_at":  { "type": "string", "format": "date-time" },
          "closed_at":  { "type": ["string", "null"], "format": "date-time" }
        }
      }
    },
    "custom_fields": {
      "type": "object",
      "additionalProperties": true
    }
  },
  "$defs": {
    "UserRef": {
      "type": "object",
      "properties": {
        "id":   { "type": "integer" },
        "name": { "type": "string" }
      }
    }
  }
}

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/greenhouse-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.