Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

NVIDIA Run:ai Reports API

The Reports API from NVIDIA Run:ai — 5 operation(s) for reports.

NVIDIA Run:ai Reports API is one of 62 APIs that NVIDIA Run:ai publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Reports. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 7 operations across 5 paths, and defines 9 schemas. It is described by OpenAPI 3.0.3, at version latest.

Requests are made against a single base URL, https://app.run.ai.

7 operations 5 paths 9 schemas 1 DELETE5 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
latest
Base URL
https://app.run.ai
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

NVIDIA Run:ai Reports API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer authentication

Paths & Operations 7

Across 5 paths, the API surfaces 7 operations — 1 DELETE, 5 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Reports 7
GET
/api/v1/org-unit/reports
List reports
list_reports 6 params → 200400401403503
POST
/api/v1/org-unit/reports
Create a new report request.
create_report body → 202400401403503
GET
/api/v1/org-unit/reports/count
Count reports
count_reports 2 params → 200400401403503
GET
/api/v1/org-unit/reports/availability
Reports availability
are_reports_available → 200401503
GET
/api/v1/org-unit/reports/{reportId}
Get report
get_report_by_id 1 param → 200400401403404503
DELETE
/api/v1/org-unit/reports/{reportId}
Delete report
delete_report_by_id 1 param → 204400401403404503
GET
/api/v1/org-unit/reports/{reportId}/file
Download report
download_report_by_id 1 param → 200400401403404503

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are ReportCalculatedFields (7 properties), ReportRequestFields (6 properties), Error (3 properties), CountResponse (1 property). Each schema is shown below with its type and property counts.

ReportStatus
string
Error
object
3 properties 2 required
CountResponse
object
1 property 1 required
Report
ReportFilterAndSortFields
string
ReportRequestFields
object
6 properties 3 required
Reports
array
ReportGroupByOptions
string
ReportCalculatedFields
object
7 properties 6 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

runai-reports-api-openapi.yml Raw ↑

Other APIs NVIDIA Run:ai publishes across the network.

NVIDIA Run:ai Access Keys API
NVIDIA Run:ai Access rules API
NVIDIA Run:ai Administrator Command Line Interface API
NVIDIA Run:ai AI Applications API
NVIDIA Run:ai Applications API
NVIDIA Run:ai AuditLogs API
NVIDIA Run:ai Clusters API
NVIDIA Run:ai Compute API
NVIDIA Run:ai ConfigMap API
NVIDIA Run:ai Credentials API
NVIDIA Run:ai Datasources API
NVIDIA Run:ai Datavolumes API