External DocumentationTo learn more, visit the Censys documentation.
Actions
List Hosts
Retrieve information about one or more hosts.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Host IPs | A comma-separated list of hosts to retrieve, specified by IP addresses. For example: 4.4.4.4,8.8.8.8 |
| Organization ID | The ID of the organization to associate the request with. |
{
"result": [
{
"extensions": {},
"resource": {
"autonomous_system": {},
"dns": {},
"ip": "string",
"hardware": {},
"labels": [],
"location": {},
"operating_system": {},
"service_count": 0,
"services": [],
"whois": {}
}
}
]
}
Was this page helpful?