Skip to main content
GET
/
volumes
/
{id}
/
connection-snippets
Get the connection snippets for a given volume to access as a datasource
curl --request GET \
  --url https://mycluster.domino.tech/volumes/{id}/connection-snippets
[
  {
    "snippet": "<string>"
  }
]

Path Parameters

id
string
required

Volume ID

Response

OK

language
enum<string>
Available options:
R,
Python
snippet
string