All data sources

HireRight

API keyhireright

Read-only HireRight REST Connect connector with PII-redacted order and report responses.

Provenance

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (API key)

Methods (7)

  • listAccounts

    read

    List company accounts available to the configured HireRight user.

  • listPackages

    read

    List screening packages available to the configured HireRight user.

  • listProducts

    read

    List individual screening products available to the configured user.

  • searchOrders

    read

    Search orders by non-PII criteria; date ranges cannot exceed 24 hours.

    Input schema
    {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "HireRight order ID."
        },
        "packageName": {
          "type": "string",
          "description": "Exact package-name filter."
        },
        "status": {
          "type": "string",
          "description": "Order-status filter."
        },
        "dateCreatedFrom": {
          "type": "string"
        },
        "dateCreatedTo": {
          "type": "string"
        },
        "dateCompletedFrom": {
          "type": "string"
        },
        "dateCompletedTo": {
          "type": "string"
        },
        "dateAdjudicatedFrom": {
          "type": "string"
        },
        "dateAdjudicatedTo": {
          "type": "string"
        }
      },
      "additionalProperties": false
    }
  • getOrderStatus

    read

    Retrieve a status summary for one existing HireRight order.

    Required paramsid
    Input schema
    {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "HireRight order ID."
        }
      },
      "required": [
        "id"
      ],
      "additionalProperties": false
    }
  • getOrderReport

    read

    Get an order report with PII, documents, PDFs, and links redacted.

    Required paramsid
    Input schema
    {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "HireRight order ID."
        }
      },
      "required": [
        "id"
      ],
      "additionalProperties": false
    }
  • getServiceInfo

    read

    Return static HireRight connector capabilities, privacy controls, and API documentation.