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

"Me" returns the authenticated user's permissions within the system. It provides a comprehensive view of access rules (roles, subjects and scope) assigned to the current user.For more information see [Access control](https://run-ai-docs.nvidia.com/saas/infrastructure-setup/authentication/overview/#role-based-access-control).

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

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

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

2 operations 2 paths 10 schemas 2 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 Me 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 2

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

Me 2

"Me" returns the authenticated user's permissions within the system. It provides a comprehensive view of access rules (roles, subjects and scope) assigned to the current user. For…

GET
/api/v1/authorization/me/access-rules
List the access rules assigned to the requesting user.
get_me_access_rules 3 params → 200400500503
GET
/api/v1/authorization/me/access-rules/count
Count the access rules assigned to the requesting user.
count_me_access_rules 1 param → 200400500503

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are AccessRuleCreationFields (6 properties), Error (3 properties), EnrichmentDataFields (2 properties), MeAccessRulesResponse (1 property). Each schema is shown below with its type and property counts.

MeAccessRule
MeAccessRulesResponse
object
1 property
EnrichmentDataFields
object
2 properties 2 required
AccessRuleCreationFields
object
6 properties 5 required
MeAccessRules
array
TenantId
integer
The id of the tenant.
ScopeType
string
SubjectType
string
Subject type enum for access rules. Note: The 'app' subject type is DEPRECATED. Please use 'service-account' instead for service accounts.
Error
object
3 properties 2 required
ClusterId
string
The id of the cluster.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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