latestOpenAPI 3.1.02026-08-194237902.5 MB
563848e0ecc0
Network
List networks for a tenant
Returns a paginated list of networks scoped to the tenant identified by the tenant-id header. Results are sorted by creation date, newest first, using offset-based pagination. Use this endpoint to browse or search all networks for a tenant; to fetch a single known network by ID use GET /networks/{id} instead. Requires the READ_NETWORK permission. Returns 200 with an empty records list when the tenant has no networks.
get/networks
Query parameters
pageinteger
Page number for offset-based pagination (0-based index). Defaults to 0 if not specified.
sizeinteger
Number of items per page in offset-based pagination. Defaults to 10 if not specified. Values above 100 are silently capped to 100 by the backend rather than rejected.
Headers
tenant-idstring required
The tenant identifier.
Response
Returned if the request is successful.