Skip to main content

List Objects

Returns a list of all NetBox objects in your account.

Example Output

{
"count": 42031,
"next": "http://netbox/api/ipam/ip-addresses/?limit=50&offset=50",
"previous": null,
"results": [
{
"id": 5618,
"address": "192.0.2.1/24",
...
},
{
"id": 5619,
"address": "192.0.2.2/24",
...
},
{
"id": 5620,
"address": "192.0.2.3/24",
...
},
...
]
}

Workflow Library Example

List Objects with Netbox and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop