For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
    • NVIDIA Switch Infrastructure
    • I want to...
  • Quick Start
    • Start Here
    • Getting Started with Config Manager
    • TUI Wizard Reference
    • Configuration Samples
    • Interfaces
    • Local Development Quick Start
    • First Run Tour
  • Config Manager Overview
    • Config Manager Concepts
    • Getting Started with Nautobot
  • User Guides
    • New Site Bringup
    • Workflow Lifecycle
  • Deployment
    • Hosting Options
    • Network Topology Requirements
    • Firewall Ports
    • Airgapped Deployment
    • Troubleshooting
  • Services
      • Network Infrastructure Automation with Temporal
      • Temporal Deployment Process
      • Temporal CLI
      • Workflows for Day 2 Operations
      • Temporal API
        • GETHealthcheck
        • GETRBAC Config Status
        • GETCurrent User Info
          • GETGet Devices
          • GETGet Device ID by Name
          • GETGet Device Password Users
          • GETGet Secret Types for Device
          • GETGet Device Secrets
          • GETGet Diagnostics Commands
          • GETGet Locations
          • GETGet Roles
          • GETGet AIR Simulations
          • GETGet Sites
          • GETGet Statuses
          • GETGet Tenants
NVIDIANVIDIA
Developer-friendly docs for your API
Privacy Policy | Your Privacy Choices | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2026, NVIDIA Corporation.

LogoLogo
ServicesTemporal ServiceTemporal APIparameters

Get AIR Simulations

||View as Markdown|
GET
https://host.com/v1/parameter/simulations
GET
/v1/parameter/simulations
$curl https://host.com/v1/parameter/simulations \
> -H "Content-Type: application/json"
200Retrieved
1[
2 {
3 "id": "sim-9f8b7c6d-1234-4a56-b789-0a1b2c3d4e5f",
4 "name": "NVIDIA AIR Simulation Alpha",
5 "state": "running"
6 },
7 {
8 "id": "sim-4e3d2c1b-9876-5f43-a210-9b8c7d6e5f4a",
9 "name": "NVIDIA AIR Simulation Beta",
10 "state": "completed"
11 },
12 {
13 "id": "sim-7a6b5c4d-3210-9f87-e654-3d2c1b0a9e8f",
14 "name": "NVIDIA AIR Simulation Gamma",
15 "state": "failed"
16 }
17]

Return a list of NVIDIA Config Manager-managed AIR simulations.

Previous

Get Roles

Next

Get Sites

Response

Successful Response
idstring
namestring
statestring