---
title: "CensEye: List jobs"
method: GET
path: "/v3/threat-hunting/censeye/jobs"
tags: ["Threat Hunting"]
---

# CensEye: List jobs

`GET /v3/threat-hunting/censeye/jobs`

List CensEye pivot analysis jobs for the current organization. Results are paginated. Optionally filter by asset (host, web property, or certificate).

## Query parameters

- `organization_id` string, uuid, required — The ID of a Censys organization to associate the request with. See the [Getting Started docs](https://docs.censys.com/reference/get-started#step-3-find-and-use-your-organization-id-optional) for more information.
- `page_size` integer — Number of results per page (max 100)
- `page_token` string — Pagination token from previous response
- `host_id` string — Filter by host IP address.
- `webproperty_id` string — Filter by web property (hostname:port).
- `certificate_id` string — Filter by certificate SHA-256 fingerprint.

## Headers

- `X-Organization-ID` string, uuid — The ID of a Censys organization to associate the request with. See the [Getting Started docs](https://docs.censys.com/reference/get-started#step-3-find-and-use-your-organization-id-optional) for more information. Note: The header parameter is supported for atypical use cases; we recommend always providing this field via the query parameter.

## Response `200`

OK

- ResponseEnvelopeCenseyeJobsListResponse
  - `result` CenseyeJobsListResponse
    - `jobs` CenseyeJob[], nullable, required — List of CensEye jobs.
      - `at_time` string, date-time — The point-in-time the asset data was evaluated at.
      - `create_time` string, date-time — When the job was created.
      - `delete_time` string, date-time — When the job and results will be deleted.
      - `error` string — Error message if the job failed.
      - `job_id` string, required — Unique identifier of the job.
      - `result_count` integer — Total number of result field-value pairs.
      - `state` 'started' | 'completed' | 'failed' | 'unknown', required — Current state of the job.
      - `target` CenseyeTarget, required
        - `certificate_id` string — SHA-256 fingerprint of the certificate to analyze.
        - `host_id` string — IP address of the host to analyze.
        - `webproperty_id` string — Web property identifier (hostname:port) to analyze.
      - `update_time` string, date-time — When the job was last updated.
    - `next_page_token` string — Token to retrieve the next page of jobs.

## Other responses

- `400` — Bad request
- `401` — Request does not contain a valid Authorization token
- `403` — User does not have permission to access this data
- `409` — Conflict
- `500` — Internal server error

---

[API](https://skmtc.net/censys/apis/censys-platform-api.md) · [All operations](https://skmtc.net/censys/apis/censys-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/censys/censys-platform-api/revisions/261c916bf05b/schema)
