API Reference

This reference describes the semantics of Arvados resources and how to programatically access Arvados via its REST API. Each resource listed in this section is exposed on the Arvados API server under the /arvados/v1/ path prefix, for example, https://pirca.arvadosapi.com/arvados/v1/collections.

Discovery document

The API server publishes a machine-readable description of its endpoints and some additional site configuration values via a JSON-formatted discovery document. This is available at /discovery/v1/apis/arvados/v1/rest, for example https://pirca.arvadosapi.com/discovery/v1/apis/arvados/v1/rest. Some Arvados SDKs use the discovery document to generate language bindings.

Exported configuration

The Controller exposes a subset of the cluster’s configuration and makes it available to clients in JSON format. This public config includes valuable information like several service’s URLs, timeout settings, etc. and it is available at /arvados/v1/config, for example https://pirca.arvadosapi.com/arvados/v1/config. The new Workbench is one example of a client using this information, as it’s a client-side application and doesn’t have access to the cluster’s config file.

Workbench examples

Many Arvados Workbench pages, under the Advanced tab, provide examples of API and SDK use for accessing the current resource .


Next: API Authorization

The content of this documentation is licensed under the Creative Commons Attribution-Share Alike 3.0 United States licence.
Code samples in this documentation are licensed under the Apache License, Version 2.0.