v1
latestOpenAPI 3.1.02026-07-2481742657.4 KBCensEye: Get job status
Retrieve the current status of a CensEye pivot analysis job. Use this to poll for completion before fetching results.<br><br>To use this endpoint, your organization must have access to the Adversary Investigation module.
Path parameters
The unique identifier of the CensEye job.
The unique identifier of the CensEye job.
Query parameters
The ID of a Censys organization to associate the request with. See the Getting Started docs for more information.
The ID of a Censys organization to associate the request with. See the Getting Started docs for more information.
Headers
The ID of a Censys organization to associate the request with. See the Getting Started docs for more information. Note: The header parameter is supported for atypical use cases; we recommend always providing this field via the query parameter.
The ID of a Censys organization to associate the request with. See the Getting Started docs for more information. Note: The header parameter is supported for atypical use cases; we recommend always providing this field via the query parameter.
Response
OK
Example response
{
"result": {
"job_id": "550e8400-e29b-41d4-a716-446655440000",
"result_count": 42,
"state": "completed",
"target": {
"certificate_id": "3daf2843a77b6f4e6af43cd9b6f6746053b8c928e056e8a724808db8905a94cf",
"host_id": "8.8.8.8",
"webproperty_id": "example.com:443"
}
}
}