Get Environments visible to a user
curl --request GET \
--url https://api.example.com/api/environments/beta/environments \
--header 'X-Domino-Api-Key: <api-key>'{
"environments": [
{
"archived": false,
"id": "623132867a0af0281c01a69c",
"name": "MyOrg",
"supportedClusters": [],
"activeRevisionTags": [
"<string>"
],
"internalTags": [
"<string>"
],
"isCurated": true,
"latestRevision": {
"availableTools": [
{
"name": "Jupyter",
"startScripts": [
"echo hello"
],
"title": "Jupyter",
"iconUrl": "/assets/images/workspace-logos/Jupyter.svg",
"proxyConfig": {
"internalPath": "/{{ownerUsername}}/{{projectName}}/{{sessionPathComponent}}/{{runId}}/{{#if pathToOpen}}tree/{{pathToOpen}}{{/if}}",
"port": 8888,
"requireSubdomain": false,
"rewrite": false
},
"supportedFileExtensions": [
".ipynb"
]
}
],
"id": "62313cfd7a0af0281c01a6a6",
"number": 4
},
"owner": {
"id": "6231327c7a0af0281c01a69b",
"username": "OrgOwner"
},
"restrictedRevision": {
"availableTools": [
{
"name": "Jupyter",
"startScripts": [
"echo hello"
],
"title": "Jupyter",
"iconUrl": "/assets/images/workspace-logos/Jupyter.svg",
"proxyConfig": {
"internalPath": "/{{ownerUsername}}/{{projectName}}/{{sessionPathComponent}}/{{runId}}/{{#if pathToOpen}}tree/{{pathToOpen}}{{/if}}",
"port": 8888,
"requireSubdomain": false,
"rewrite": false
},
"supportedFileExtensions": [
".ipynb"
]
}
],
"id": "62313cfd7a0af0281c01a6a6",
"number": 4
},
"selectedRevision": {
"availableTools": [
{
"name": "Jupyter",
"startScripts": [
"echo hello"
],
"title": "Jupyter",
"iconUrl": "/assets/images/workspace-logos/Jupyter.svg",
"proxyConfig": {
"internalPath": "/{{ownerUsername}}/{{projectName}}/{{sessionPathComponent}}/{{runId}}/{{#if pathToOpen}}tree/{{pathToOpen}}{{/if}}",
"port": 8888,
"requireSubdomain": false,
"rewrite": false
},
"supportedFileExtensions": [
".ipynb"
]
}
],
"id": "62313cfd7a0af0281c01a6a6",
"number": 4
}
}
],
"metadata": {
"notices": [
"<string>"
],
"requestId": "<string>",
"limit": 123,
"offset": 123,
"totalCount": 123
}
}Environments
Get Environments visible to a user
Get environments that a user can see. Required permissions: None. Note: This is a beta endpoint with known limitations.
GET
/
api
/
environments
/
beta
/
environments
Get Environments visible to a user
curl --request GET \
--url https://api.example.com/api/environments/beta/environments \
--header 'X-Domino-Api-Key: <api-key>'{
"environments": [
{
"archived": false,
"id": "623132867a0af0281c01a69c",
"name": "MyOrg",
"supportedClusters": [],
"activeRevisionTags": [
"<string>"
],
"internalTags": [
"<string>"
],
"isCurated": true,
"latestRevision": {
"availableTools": [
{
"name": "Jupyter",
"startScripts": [
"echo hello"
],
"title": "Jupyter",
"iconUrl": "/assets/images/workspace-logos/Jupyter.svg",
"proxyConfig": {
"internalPath": "/{{ownerUsername}}/{{projectName}}/{{sessionPathComponent}}/{{runId}}/{{#if pathToOpen}}tree/{{pathToOpen}}{{/if}}",
"port": 8888,
"requireSubdomain": false,
"rewrite": false
},
"supportedFileExtensions": [
".ipynb"
]
}
],
"id": "62313cfd7a0af0281c01a6a6",
"number": 4
},
"owner": {
"id": "6231327c7a0af0281c01a69b",
"username": "OrgOwner"
},
"restrictedRevision": {
"availableTools": [
{
"name": "Jupyter",
"startScripts": [
"echo hello"
],
"title": "Jupyter",
"iconUrl": "/assets/images/workspace-logos/Jupyter.svg",
"proxyConfig": {
"internalPath": "/{{ownerUsername}}/{{projectName}}/{{sessionPathComponent}}/{{runId}}/{{#if pathToOpen}}tree/{{pathToOpen}}{{/if}}",
"port": 8888,
"requireSubdomain": false,
"rewrite": false
},
"supportedFileExtensions": [
".ipynb"
]
}
],
"id": "62313cfd7a0af0281c01a6a6",
"number": 4
},
"selectedRevision": {
"availableTools": [
{
"name": "Jupyter",
"startScripts": [
"echo hello"
],
"title": "Jupyter",
"iconUrl": "/assets/images/workspace-logos/Jupyter.svg",
"proxyConfig": {
"internalPath": "/{{ownerUsername}}/{{projectName}}/{{sessionPathComponent}}/{{runId}}/{{#if pathToOpen}}tree/{{pathToOpen}}{{/if}}",
"port": 8888,
"requireSubdomain": false,
"rewrite": false
},
"supportedFileExtensions": [
".ipynb"
]
}
],
"id": "62313cfd7a0af0281c01a6a6",
"number": 4
}
}
],
"metadata": {
"notices": [
"<string>"
],
"requestId": "<string>",
"limit": 123,
"offset": 123,
"totalCount": 123
}
}Authorizations
DominoApiKeyBearerAuthentication
Query Parameters
How many Environments from the start to skip. Defaults to 0.
Max number of Environments to fetch. Defaults to 10.
Was this page helpful?
⌘I