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 Events API

Workload events that occurred while the workload was running. Use to diagnose issue around workload scheduling.

NVIDIA Run:ai Events 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 Events. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

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

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

4 operations 4 paths 11 schemas 4 GET

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 Events 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 4

Across 4 paths, the API surfaces 4 operations — 4 GET. Each is listed below with its method, path, parameters, and response codes.

Events 4

Workload events that occurred while the workload was running. Use to diagnose issue around workload scheduling.

GET
/api/v1/workloads/{workloadId}/events
Get the workload events.
get_workload_events 4 params → 200401403404500503
GET
/api/v1/workloads/{workloadId}/history
Get the workload history.
get_workload_history 3 params → 200401403404500503
GET
/api/v1/workloads/inferences/revisions/{revisionId}/events
Get revision events by id. [Experimental]
get_revision_events 4 params → 200401403404500503
GET
/api/v1/workloads/inferences/revisions/{revisionId}/history
Get the revision history. [Experimental]
get_revision_history 3 params → 200401403404500503

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are Event2 (8 properties), InvolvedObject (4 properties), Error (3 properties), PhaseUpdate (2 properties). Each schema is shown below with its type and property counts.

InvolvedObject
object
4 properties 4 required
Error
object
3 properties 2 required
HistoryRecord1
object
2 properties 2 required
HistoryRecordType
string
ClusterId
string
The id of the cluster.
Phase
string
PhaseUpdate
object
2 properties 2 required
Events
array
Event2
object
8 properties 4 required
HistoryRecords1
array
HistoryRecordMeta
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

runai-events-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