You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*AccountsApi* | [**get_account**](https://github.com/pollination/python-sdk/blob/master/docs/AccountsApi.md#get_account) | **GET** /accounts/{name} | Get an account by name
88
+
*AccountsApi* | [**list_accounts**](https://github.com/pollination/python-sdk/blob/master/docs/AccountsApi.md#list_accounts) | **GET** /accounts | List Accounts on the Pollination platform
88
89
*ArtifactsApi* | [**create_artifact**](https://github.com/pollination/python-sdk/blob/master/docs/ArtifactsApi.md#create_artifact) | **POST** /projects/{owner}/{name}/artifacts | Get an Artifact upload link.
89
90
*ArtifactsApi* | [**delete_artifact**](https://github.com/pollination/python-sdk/blob/master/docs/ArtifactsApi.md#delete_artifact) | **DELETE** /projects/{owner}/{name}/artifacts | Delete one or many artifacts by key/prefix
91
+
*ArtifactsApi* | [**download_artifact**](https://github.com/pollination/python-sdk/blob/master/docs/ArtifactsApi.md#download_artifact) | **GET** /projects/{owner}/{name}/artifacts/download | Download an artifact from the project folder
90
92
*ArtifactsApi* | [**list_artifacts**](https://github.com/pollination/python-sdk/blob/master/docs/ArtifactsApi.md#list_artifacts) | **GET** /projects/{owner}/{name}/artifacts | List artifacts in a project folder
91
93
*OperatorsApi* | [**create_operator**](https://github.com/pollination/python-sdk/blob/master/docs/OperatorsApi.md#create_operator) | **POST** /operators/{owner} | Create an Operator
92
94
*OperatorsApi* | [**create_operator_package**](https://github.com/pollination/python-sdk/blob/master/docs/OperatorsApi.md#create_operator_package) | **POST** /operators/{owner}/{name}/tags | Create a new Operator package
93
95
*OperatorsApi* | [**delete_operator**](https://github.com/pollination/python-sdk/blob/master/docs/OperatorsApi.md#delete_operator) | **DELETE** /operators/{owner}/{name} | Delete an Operator
94
96
*OperatorsApi* | [**get_operator**](https://github.com/pollination/python-sdk/blob/master/docs/OperatorsApi.md#get_operator) | **GET** /operators/{owner}/{name} | Get an operator
95
-
*OperatorsApi* | [**get_operator_tag**](https://github.com/pollination/python-sdk/blob/master/docs/OperatorsApi.md#get_operator_tag) | **GET** /operators/{owner}/{name}/tags/{tag} | Get an operator tag
96
-
*OperatorsApi* | [**get_operator_tags**](https://github.com/pollination/python-sdk/blob/master/docs/OperatorsApi.md#get_operator_tags) | **GET** /operators/{owner}/{name}/tags | Get an operator tags
97
+
*OperatorsApi* | [**get_operator_by_tag**](https://github.com/pollination/python-sdk/blob/master/docs/OperatorsApi.md#get_operator_by_tag) | **GET** /operators/{owner}/{name}/tags/{tag} | Get an operator tag
98
+
*OperatorsApi* | [**list_operator_tags**](https://github.com/pollination/python-sdk/blob/master/docs/OperatorsApi.md#list_operator_tags) | **GET** /operators/{owner}/{name}/tags | Get an operator tags
97
99
*OperatorsApi* | [**list_operators**](https://github.com/pollination/python-sdk/blob/master/docs/OperatorsApi.md#list_operators) | **GET** /operators | List operators
98
100
*OperatorsApi* | [**update_operator**](https://github.com/pollination/python-sdk/blob/master/docs/OperatorsApi.md#update_operator) | **PUT** /operators/{owner}/{name} | Update an Operator
99
101
*OrgsApi* | [**create_org**](https://github.com/pollination/python-sdk/blob/master/docs/OrgsApi.md#create_org) | **POST** /orgs | Create an Org
*RecipesApi* | [**create_recipe_package**](https://github.com/pollination/python-sdk/blob/master/docs/RecipesApi.md#create_recipe_package) | **POST** /recipes/{owner}/{name}/tags | Create a new Recipe package
117
119
*RecipesApi* | [**delete_recipe**](https://github.com/pollination/python-sdk/blob/master/docs/RecipesApi.md#delete_recipe) | **DELETE** /recipes/{owner}/{name} | Delete a Recipe
118
120
*RecipesApi* | [**get_recipe**](https://github.com/pollination/python-sdk/blob/master/docs/RecipesApi.md#get_recipe) | **GET** /recipes/{owner}/{name} | Get a recipe
119
-
*RecipesApi* | [**get_recipe_tag**](https://github.com/pollination/python-sdk/blob/master/docs/RecipesApi.md#get_recipe_tag) | **GET** /recipes/{owner}/{name}/tags/{tag} | Get a recipe tag
120
-
*RecipesApi* | [**get_recipe_tags**](https://github.com/pollination/python-sdk/blob/master/docs/RecipesApi.md#get_recipe_tags) | **GET** /recipes/{owner}/{name}/tags | Get a recipe tags
121
+
*RecipesApi* | [**get_recipe_by_tag**](https://github.com/pollination/python-sdk/blob/master/docs/RecipesApi.md#get_recipe_by_tag) | **GET** /recipes/{owner}/{name}/tags/{tag} | Get a recipe tag
122
+
*RecipesApi* | [**list_recipe_tags**](https://github.com/pollination/python-sdk/blob/master/docs/RecipesApi.md#list_recipe_tags) | **GET** /recipes/{owner}/{name}/tags | Get a recipe tags
121
123
*RecipesApi* | [**list_recipes**](https://github.com/pollination/python-sdk/blob/master/docs/RecipesApi.md#list_recipes) | **GET** /recipes | List recipes
122
124
*RecipesApi* | [**update_recipe**](https://github.com/pollination/python-sdk/blob/master/docs/RecipesApi.md#update_recipe) | **PUT** /recipes/{owner}/{name} | Update a Recipe
123
125
*RegistriesApi* | [**get_package**](https://github.com/pollination/python-sdk/blob/master/docs/RegistriesApi.md#get_package) | **GET** /registries/{owner}/{type}/{name}/{digest} | Get Package
*SimulationsApi* | [**get_simulation**](https://github.com/pollination/python-sdk/blob/master/docs/SimulationsApi.md#get_simulation) | **GET** /projects/{owner}/{name}/simulations/{simulation_id} | Get a Simulation
129
131
*SimulationsApi* | [**get_simulation_inputs**](https://github.com/pollination/python-sdk/blob/master/docs/SimulationsApi.md#get_simulation_inputs) | **GET** /projects/{owner}/{name}/simulations/{simulation_id}/inputs | Get simulation inputs
130
132
*SimulationsApi* | [**get_simulation_logs**](https://github.com/pollination/python-sdk/blob/master/docs/SimulationsApi.md#get_simulation_logs) | **GET** /projects/{owner}/{name}/simulations/{simulation_id}/logs | Get simulation logs
133
+
*SimulationsApi* | [**get_simulation_output_artifact**](https://github.com/pollination/python-sdk/blob/master/docs/SimulationsApi.md#get_simulation_output_artifact) | **GET** /projects/{owner}/{name}/simulations/{simulation_id}/outputs/artifacts/{artifact_name} | Get simulation output artifact by name
131
134
*SimulationsApi* | [**get_simulation_outputs**](https://github.com/pollination/python-sdk/blob/master/docs/SimulationsApi.md#get_simulation_outputs) | **GET** /projects/{owner}/{name}/simulations/{simulation_id}/outputs | Get simulation outputs
132
135
*SimulationsApi* | [**get_simulation_task_logs**](https://github.com/pollination/python-sdk/blob/master/docs/SimulationsApi.md#get_simulation_task_logs) | **GET** /projects/{owner}/{name}/simulations/{simulation_id}/task/{task_id}/logs | Get a simulation task's logs
133
136
*SimulationsApi* | [**list_simulations**](https://github.com/pollination/python-sdk/blob/master/docs/SimulationsApi.md#list_simulations) | **GET** /projects/{owner}/{name}/simulations | List simulations
134
137
*SimulationsApi* | [**resume_simulation**](https://github.com/pollination/python-sdk/blob/master/docs/SimulationsApi.md#resume_simulation) | **PUT** /projects/{owner}/{name}/simulations/{simulation_id}/resume | resume a simulation
138
+
*SimulationsApi* | [**stop_simulation**](https://github.com/pollination/python-sdk/blob/master/docs/SimulationsApi.md#stop_simulation) | **PUT** /projects/{owner}/{name}/simulations/{simulation_id}/stop | Stop a simulation
135
139
*SimulationsApi* | [**suspend_simulation**](https://github.com/pollination/python-sdk/blob/master/docs/SimulationsApi.md#suspend_simulation) | **PUT** /projects/{owner}/{name}/simulations/{simulation_id}/suspend | Suspend a simulation
136
140
*TeamsApi* | [**create_team**](https://github.com/pollination/python-sdk/blob/master/docs/TeamsApi.md#create_team) | **POST** /orgs/{org_name}/teams | Create a Team
137
141
*TeamsApi* | [**delete_org_team_member**](https://github.com/pollination/python-sdk/blob/master/docs/TeamsApi.md#delete_org_team_member) | **DELETE** /orgs/{org_name}/teams/{team_slug}/members/{username} | Remove a team member
Copy file name to clipboardExpand all lines: docs/AccountsApi.md
+63-1Lines changed: 63 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,15 @@ All URIs are relative to *http://localhost*
5
5
Method | HTTP request | Description
6
6
------------- | ------------- | -------------
7
7
[**get_account**](AccountsApi.md#get_account) | **GET** /accounts/{name} | Get an account by name
8
+
[**list_accounts**](AccountsApi.md#list_accounts) | **GET** /accounts | List Accounts on the Pollination platform
8
9
9
10
10
11
# **get_account**
11
12
> AccountPublic get_account(name)
12
13
13
14
Get an account by name
14
15
15
-
Retrieve a workflow by name
16
+
Retrieve an account by name
16
17
17
18
### Example
18
19
@@ -62,3 +63,64 @@ No authorization required
62
63
63
64
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**page** | **int**| Page number starting from 1 | [optional][default to 1]
102
+
**per_page** | **int**| Number of items per page | [optional][default to 25]
103
+
**search** | **str**| Search string to find accounts | [optional]
104
+
**type** | **str**| Whether the account is for a user or an org | [optional]
105
+
106
+
### Return type
107
+
108
+
[**PublicAccountList**](PublicAccountList.md)
109
+
110
+
### Authorization
111
+
112
+
No authorization required
113
+
114
+
### HTTP request headers
115
+
116
+
-**Content-Type**: Not defined
117
+
-**Accept**: application/json
118
+
119
+
### HTTP response details
120
+
| Status code | Description | Response headers |
121
+
|-------------|-------------|------------------|
122
+
**200** | Retrieved | - |
123
+
**422** | Validation Error | - |
124
+
125
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments