{"id":22468304,"url":"https://github.com/pollination/csharp-sdk","last_synced_at":"2026-04-03T10:38:39.220Z","repository":{"id":38122804,"uuid":"276421920","full_name":"pollination/csharp-sdk","owner":"pollination","description":"The Pollination API SDK for C#","archived":false,"fork":false,"pushed_at":"2024-10-11T09:32:32.000Z","size":11011,"stargazers_count":0,"open_issues_count":6,"forks_count":4,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-11-17T10:10:08.689Z","etag":null,"topics":["api-client"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pollination.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-01T16:00:09.000Z","updated_at":"2024-10-11T09:32:38.000Z","dependencies_parsed_at":"2024-04-17T05:35:07.468Z","dependency_job_id":"ea21c9d8-a7db-4e53-9aa9-9a802674241a","html_url":"https://github.com/pollination/csharp-sdk","commit_stats":{"total_commits":379,"total_committers":5,"mean_commits":75.8,"dds":0.08443271767810023,"last_synced_commit":"b01e36083700e730c0eb644fcc2c6decd0db98d2"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pollination%2Fcsharp-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pollination%2Fcsharp-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pollination%2Fcsharp-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pollination%2Fcsharp-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pollination","download_url":"https://codeload.github.com/pollination/csharp-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228453987,"owners_count":17922585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-client"],"created_at":"2024-12-06T11:16:16.357Z","updated_at":"2026-04-03T10:38:39.153Z","avatar_url":"https://github.com/pollination.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build](https://github.com/pollination/csharp-sdk/actions/workflows/cd.yaml/badge.svg)](https://github.com/pollination/csharp-sdk/actions/workflows/cd.yaml)\n[![NuGet Version and Downloads count](https://buildstats.info/nuget/PollinationSDK?dWidth=50)](https://www.nuget.org/packages/PollinationSDK)\n\n# PollinationSDK - the C# library for the pollination-server\n\nPollination Server OpenAPI Definition\n\nThis C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:\n\n- API version: 1.1.0\n- SDK version: 1.1.0\n- Build package: org.openapitools.codegen.languages.CSharpClientCodegen\n    For more information, please visit [https://pollination.solutions](https://pollination.solutions)\n\n## Frameworks supported\n\n\n- .NET Core \u003e=1.0\n- .NET Framework \u003e=4.5\n\n## Dependencies\n\n\n- [RestSharp](https://www.nuget.org/packages/RestSharp) - 105.1.0 or later\n- [Json.NET](https://www.nuget.org/packages/Newtonsoft.Json/) - 7.0.0 or later\n- [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/) - 1.2.0 or later\n\nThe DLLs included in the package may not be the latest version. We recommend using [NuGet](https://docs.nuget.org/consume/installing-nuget) to obtain the latest version of the packages:\n\n```\nInstall-Package RestSharp\nInstall-Package Newtonsoft.Json\nInstall-Package JsonSubTypes\n```\n\nNOTE: RestSharp versions greater than 105.1.0 have a bug which causes file uploads to fail. See [RestSharp#742](https://github.com/restsharp/RestSharp/issues/742)\n\n## Installation\n\nRun the following command to generate the DLL\n\n- [Mac/Linux] `/bin/sh build.sh`\n- [Windows] `build.bat`\n\nThen include the DLL (under the `bin` folder) in the C# project, and use the namespaces:\n\n```csharp\nusing PollinationSDK.Api;\nusing PollinationSDK.Client;\nusing PollinationSDK.Model;\n\n```\n\n\n## Packaging\n\nA `.nuspec` is included with the project. You can follow the Nuget quickstart to [create](https://docs.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package#create-the-package) and [publish](https://docs.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package#publish-the-package) packages.\n\nThis `.nuspec` uses placeholders from the `.csproj`, so build the `.csproj` directly:\n\n```\nnuget pack -Build -OutputDirectory out PollinationSDK.csproj\n```\n\nThen, publish to a [local feed](https://docs.microsoft.com/en-us/nuget/hosting-packages/local-feeds) or [other host](https://docs.microsoft.com/en-us/nuget/hosting-packages/overview) and consume the new package via Nuget as usual.\n\n\n## Getting Started\n\n```csharp\nusing System.Collections.Generic;\nusing System.Diagnostics;\nusing PollinationSDK.Api;\nusing PollinationSDK.Client;\nusing PollinationSDK.Model;\n\nnamespace Example\n{\n    public class Example\n    {\n        public static void Main()\n        {\n\n            Configuration.Default.BasePath = \"http://localhost\";\n            // Configure HTTP bearer authorization: JWTAuth\n            Configuration.Default.AccessToken = \"YOUR_ACCESS_TOKEN\";\n\n            var apiInstance = new APITokensApi(Configuration.Default);\n            var aPITokenCreate = new APITokenCreate(); // APITokenCreate | \n\n            try\n            {\n                // Create a new API token\n                APITokenPrivate result = apiInstance.CreateToken(aPITokenCreate);\n                Debug.WriteLine(result);\n            }\n            catch (ApiException e)\n            {\n                Debug.Print(\"Exception when calling APITokensApi.CreateToken: \" + e.Message );\n                Debug.Print(\"Status Code: \"+ e.ErrorCode);\n                Debug.Print(e.StackTrace);\n            }\n\n        }\n    }\n}\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *http://localhost*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*APITokensApi* | [**CreateToken**](docs/APITokensApi.md#createtoken) | **POST** /tokens | Create a new API token\n*APITokensApi* | [**DeleteToken**](docs/APITokensApi.md#deletetoken) | **DELETE** /tokens/{token_id} | Delete an API Token\n*APITokensApi* | [**ListTokens**](docs/APITokensApi.md#listtokens) | **GET** /tokens | List user API tokens\n*APITokensApi* | [**RegenerateToken**](docs/APITokensApi.md#regeneratetoken) | **PUT** /tokens/{token_id} | Regenerate an API token\n*AccountsApi* | [**CheckAccountName**](docs/AccountsApi.md#checkaccountname) | **GET** /accounts/check/{name} | Check if an account with this name exists\n*AccountsApi* | [**GetAccount**](docs/AccountsApi.md#getaccount) | **GET** /accounts/{name} | Get an account by name\n*AccountsApi* | [**ListAccounts**](docs/AccountsApi.md#listaccounts) | **GET** /accounts | List Accounts on the Pollination platform\n*AccountsApi* | [**ListQuotas**](docs/AccountsApi.md#listquotas) | **GET** /accounts/{name}/quotas | List Quotas\n*ApplicationsApi* | [**CreateApplication**](docs/ApplicationsApi.md#createapplication) | **POST** /applications/{owner} | Create an Application\n*ApplicationsApi* | [**DeleteApplication**](docs/ApplicationsApi.md#deleteapplication) | **DELETE** /applications/{owner}/{slug} | Delete a Application\n*ApplicationsApi* | [**DeleteApplicationOrgPermission**](docs/ApplicationsApi.md#deleteapplicationorgpermission) | **DELETE** /applications/{owner}/{slug}/permissions | Remove a Application permissions\n*ApplicationsApi* | [**DeleteApplicationVersion**](docs/ApplicationsApi.md#deleteapplicationversion) | **DELETE** /applications/{owner}/{slug}/versions/{tag} | Remove a Application version\n*ApplicationsApi* | [**GetApplication**](docs/ApplicationsApi.md#getapplication) | **GET** /applications/{owner}/{slug} | Get an application\n*ApplicationsApi* | [**GetApplicationAccessPermissions**](docs/ApplicationsApi.md#getapplicationaccesspermissions) | **GET** /applications/{owner}/{slug}/permissions | Get application access permissions\n*ApplicationsApi* | [**GetApplicationDeployment**](docs/ApplicationsApi.md#getapplicationdeployment) | **GET** /applications/{owner}/{slug}/deployment | Get application deployment\n*ApplicationsApi* | [**GetApplicationVersions**](docs/ApplicationsApi.md#getapplicationversions) | **GET** /applications/{owner}/{slug}/versions | Get application versions\n*ApplicationsApi* | [**ListApplications**](docs/ApplicationsApi.md#listapplications) | **GET** /applications | List Applications\n*ApplicationsApi* | [**UpdateApplication**](docs/ApplicationsApi.md#updateapplication) | **PUT** /applications/{owner}/{slug} | Update a Application\n*ApplicationsApi* | [**UpsertApplicationPermission**](docs/ApplicationsApi.md#upsertapplicationpermission) | **PATCH** /applications/{owner}/{slug}/permissions | Upsert a new permission to a application\n*ApplicationsApi* | [**UpsertApplicationVersion**](docs/ApplicationsApi.md#upsertapplicationversion) | **PATCH** /applications/{owner}/{slug}/versions | Upsert a new version to a application\n*ArtifactsApi* | [**CreateArtifact**](docs/ArtifactsApi.md#createartifact) | **POST** /projects/{owner}/{name}/artifacts | Get an Artifact upload link.\n*ArtifactsApi* | [**DeleteArtifact**](docs/ArtifactsApi.md#deleteartifact) | **DELETE** /projects/{owner}/{name}/artifacts | Delete one or many artifacts by key/prefix\n*ArtifactsApi* | [**DownloadArtifact**](docs/ArtifactsApi.md#downloadartifact) | **GET** /projects/{owner}/{name}/artifacts/download | Download an artifact from the project folder\n*ArtifactsApi* | [**ListArtifacts**](docs/ArtifactsApi.md#listartifacts) | **GET** /projects/{owner}/{name}/artifacts | List artifacts in a project folder\n*JobsApi* | [**CancelJob**](docs/JobsApi.md#canceljob) | **PUT** /projects/{owner}/{name}/jobs/{job_id}/cancel | Cancel a Job\n*JobsApi* | [**CreateJob**](docs/JobsApi.md#createjob) | **POST** /projects/{owner}/{name}/jobs | Schedule a job\n*JobsApi* | [**DeleteJob**](docs/JobsApi.md#deletejob) | **DELETE** /projects/{owner}/{name}/jobs/{job_id} | Delete a Job\n*JobsApi* | [**DownloadJobArtifact**](docs/JobsApi.md#downloadjobartifact) | **GET** /projects/{owner}/{name}/jobs/{job_id}/artifacts/download | Download an artifact from the job folder\n*JobsApi* | [**GetJob**](docs/JobsApi.md#getjob) | **GET** /projects/{owner}/{name}/jobs/{job_id} | Get a Job\n*JobsApi* | [**ListJobs**](docs/JobsApi.md#listjobs) | **GET** /projects/{owner}/{name}/jobs | List Jobs\n*JobsApi* | [**RetryJob**](docs/JobsApi.md#retryjob) | **PUT** /projects/{owner}/{name}/jobs/{job_id}/retry | Retry failed runs for a Job\n*JobsApi* | [**SearchJobFolder**](docs/JobsApi.md#searchjobfolder) | **GET** /projects/{owner}/{name}/jobs/{job_id}/artifacts | List files/folders in a job folder\n*LicensesApi* | [**DeleteActivation**](docs/LicensesApi.md#deleteactivation) | **DELETE** /licenses/pools/{pool_id}/activations/{activation_id} | Delete the activation\n*LicensesApi* | [**GetAvailablePools**](docs/LicensesApi.md#getavailablepools) | **GET** /licenses/pools | Get license pools available to authenticated user\n*LicensesApi* | [**GetLicenseActivations**](docs/LicensesApi.md#getlicenseactivations) | **GET** /licenses/pools/{pool_id}/activations | Get the activations for the license\n*LicensesApi* | [**GetPoolLicense**](docs/LicensesApi.md#getpoollicense) | **GET** /licenses/pools/{pool_id}/license | Get the license associated with a pool\n*LicensesApi* | [**GrantAccessToPool**](docs/LicensesApi.md#grantaccesstopool) | **PATCH** /licenses/pools/{pool_id}/permissions | Grant access to the license pool\n*LicensesApi* | [**RegenerateLicensePool**](docs/LicensesApi.md#regeneratelicensepool) | **POST** /licenses/pools/{pool_id}/regenerate | Regenerate the license associated with the pool\n*LicensesApi* | [**RevokeAccessToPool**](docs/LicensesApi.md#revokeaccesstopool) | **DELETE** /licenses/pools/{pool_id}/permissions | Revoke access to the license pool\n*LicensesApi* | [**UpdateLicensePool**](docs/LicensesApi.md#updatelicensepool) | **PUT** /licenses/pools/{pool_id} | Update the license pool\n*OrgsApi* | [**CreateOrg**](docs/OrgsApi.md#createorg) | **POST** /orgs | Create an Org\n*OrgsApi* | [**DeleteOrg**](docs/OrgsApi.md#deleteorg) | **DELETE** /orgs/{name} | Delete an Org\n*OrgsApi* | [**DeleteOrgMember**](docs/OrgsApi.md#deleteorgmember) | **DELETE** /orgs/{name}/members/{username} | Remove an Org member\n*OrgsApi* | [**GetOrg**](docs/OrgsApi.md#getorg) | **GET** /orgs/{name} | Get an Org\n*OrgsApi* | [**GetOrgMembers**](docs/OrgsApi.md#getorgmembers) | **GET** /orgs/{name}/members | List organization members\n*OrgsApi* | [**ListOrgs**](docs/OrgsApi.md#listorgs) | **GET** /orgs | List Orgs\n*OrgsApi* | [**UpdateOrg**](docs/OrgsApi.md#updateorg) | **PUT** /orgs/{name} | Update an Org\n*OrgsApi* | [**UpsertOrgMember**](docs/OrgsApi.md#upsertorgmember) | **PATCH** /orgs/{name}/members/{username}/{role} | Add or update the role of an Org Member\n*PluginsApi* | [**CreatePlugin**](docs/PluginsApi.md#createplugin) | **POST** /plugins/{owner} | Create a Plugin\n*PluginsApi* | [**CreatePluginPackage**](docs/PluginsApi.md#createpluginpackage) | **POST** /plugins/{owner}/{name}/tags | Create a new Plugin package\n*PluginsApi* | [**DeletePlugin**](docs/PluginsApi.md#deleteplugin) | **DELETE** /plugins/{owner}/{name} | Delete a Plugin\n*PluginsApi* | [**DeletePluginOrgPermission**](docs/PluginsApi.md#deletepluginorgpermission) | **DELETE** /plugins/{owner}/{name}/permissions | Remove a Repository permissions\n*PluginsApi* | [**GetPlugin**](docs/PluginsApi.md#getplugin) | **GET** /plugins/{owner}/{name} | Get a plugin\n*PluginsApi* | [**GetPluginAccessPermissions**](docs/PluginsApi.md#getpluginaccesspermissions) | **GET** /plugins/{owner}/{name}/permissions | Get plugin access permissions\n*PluginsApi* | [**GetPluginByTag**](docs/PluginsApi.md#getpluginbytag) | **GET** /plugins/{owner}/{name}/tags/{tag} | Get a plugin tag\n*PluginsApi* | [**ListPluginTags**](docs/PluginsApi.md#listplugintags) | **GET** /plugins/{owner}/{name}/tags | Get a plugin tags\n*PluginsApi* | [**ListPlugins**](docs/PluginsApi.md#listplugins) | **GET** /plugins | List plugins\n*PluginsApi* | [**UpdatePlugin**](docs/PluginsApi.md#updateplugin) | **PUT** /plugins/{owner}/{name} | Update a Plugin\n*PluginsApi* | [**UpsertPluginPermission**](docs/PluginsApi.md#upsertpluginpermission) | **PATCH** /plugins/{owner}/{name}/permissions | Upsert a new permission to a plugin\n*ProjectsApi* | [**CreateProject**](docs/ProjectsApi.md#createproject) | **POST** /projects/{owner} | Create a Project\n*ProjectsApi* | [**CreateProjectRecipeFilter**](docs/ProjectsApi.md#createprojectrecipefilter) | **POST** /projects/{owner}/{name}/recipes/filters | Upsert a recipe filter to a project\n*ProjectsApi* | [**DeleteProject**](docs/ProjectsApi.md#deleteproject) | **DELETE** /projects/{owner}/{name} | Delete a Project\n*ProjectsApi* | [**DeleteProjectOrgPermission**](docs/ProjectsApi.md#deleteprojectorgpermission) | **DELETE** /projects/{owner}/{name}/permissions | Remove a Project permissions\n*ProjectsApi* | [**DeleteProjectRecipeFilter**](docs/ProjectsApi.md#deleteprojectrecipefilter) | **DELETE** /projects/{owner}/{name}/recipes/filters | Remove a Project recipe filter\n*ProjectsApi* | [**GetProject**](docs/ProjectsApi.md#getproject) | **GET** /projects/{owner}/{name} | Get a project\n*ProjectsApi* | [**GetProjectAccessPermissions**](docs/ProjectsApi.md#getprojectaccesspermissions) | **GET** /projects/{owner}/{name}/permissions | Get project access permissions\n*ProjectsApi* | [**GetProjectRecipeFilters**](docs/ProjectsApi.md#getprojectrecipefilters) | **GET** /projects/{owner}/{name}/recipes/filters | Get project recipe filters\n*ProjectsApi* | [**GetProjectRecipeRepositories**](docs/ProjectsApi.md#getprojectreciperepositories) | **GET** /projects/{owner}/{name}/recipes/repositories | Get project recipe repositories\n*ProjectsApi* | [**GetProjectRecipes**](docs/ProjectsApi.md#getprojectrecipes) | **GET** /projects/{owner}/{name}/recipes | Get project recipe versions\n*ProjectsApi* | [**ListProjects**](docs/ProjectsApi.md#listprojects) | **GET** /projects | List Projects\n*ProjectsApi* | [**Update**](docs/ProjectsApi.md#update) | **PUT** /projects/{owner}/{name} | Update a Project\n*ProjectsApi* | [**UpsertProjectPermission**](docs/ProjectsApi.md#upsertprojectpermission) | **PATCH** /projects/{owner}/{name}/permissions | Upsert a new permission to a project\n*RecipesApi* | [**CreateRecipe**](docs/RecipesApi.md#createrecipe) | **POST** /recipes/{owner} | Create a Recipe\n*RecipesApi* | [**CreateRecipePackage**](docs/RecipesApi.md#createrecipepackage) | **POST** /recipes/{owner}/{name}/tags | Create a new Recipe package\n*RecipesApi* | [**DeleteRecipe**](docs/RecipesApi.md#deleterecipe) | **DELETE** /recipes/{owner}/{name} | Delete a Recipe\n*RecipesApi* | [**DeleteRecipeOrgPermission**](docs/RecipesApi.md#deleterecipeorgpermission) | **DELETE** /recipes/{owner}/{name}/permissions | Remove a Repository permissions\n*RecipesApi* | [**GetRecipe**](docs/RecipesApi.md#getrecipe) | **GET** /recipes/{owner}/{name} | Get a recipe\n*RecipesApi* | [**GetRecipeAccessPermissions**](docs/RecipesApi.md#getrecipeaccesspermissions) | **GET** /recipes/{owner}/{name}/permissions | Get recipe access permissions\n*RecipesApi* | [**GetRecipeByTag**](docs/RecipesApi.md#getrecipebytag) | **GET** /recipes/{owner}/{name}/tags/{tag} | Get a recipe tag\n*RecipesApi* | [**ListRecipeTags**](docs/RecipesApi.md#listrecipetags) | **GET** /recipes/{owner}/{name}/tags | Get a recipe tags\n*RecipesApi* | [**ListRecipes**](docs/RecipesApi.md#listrecipes) | **GET** /recipes | List recipes\n*RecipesApi* | [**UpdateRecipe**](docs/RecipesApi.md#updaterecipe) | **PUT** /recipes/{owner}/{name} | Update a Recipe\n*RecipesApi* | [**UpsertRecipePermission**](docs/RecipesApi.md#upsertrecipepermission) | **PATCH** /recipes/{owner}/{name}/permissions | Upsert a new permission to a recipe\n*RegistriesApi* | [**GetPackage**](docs/RegistriesApi.md#getpackage) | **GET** /registries/{owner}/{type}/{name}/{digest} | Get Package\n*RegistriesApi* | [**GetPackageJson**](docs/RegistriesApi.md#getpackagejson) | **GET** /registries/{owner}/{type}/{name}/{digest}/json | Get Package in JSON format\n*RegistriesApi* | [**GetRegistryIndex**](docs/RegistriesApi.md#getregistryindex) | **GET** /registries/{owner}/index.json | Get Registry Index\n*RegistriesApi* | [**PostPlugin**](docs/RegistriesApi.md#postplugin) | **POST** /registries/{owner}/plugins | Push a plugin to the registry\n*RegistriesApi* | [**PostRecipe**](docs/RegistriesApi.md#postrecipe) | **POST** /registries/{owner}/recipes | Push an Recipe to the registry\n*RunsApi* | [**CancelRun**](docs/RunsApi.md#cancelrun) | **PUT** /projects/{owner}/{name}/runs/{run_id}/cancel | Cancel a run\n*RunsApi* | [**DownloadRunArtifact**](docs/RunsApi.md#downloadrunartifact) | **GET** /projects/{owner}/{name}/runs/{run_id}/artifacts/download | Download an artifact from the run folder\n*RunsApi* | [**GetAllRunSteps**](docs/RunsApi.md#getallrunsteps) | **GET** /projects/{owner}/{name}/runs/{run_id}/all-steps | Query the steps of a run\n*RunsApi* | [**GetRun**](docs/RunsApi.md#getrun) | **GET** /projects/{owner}/{name}/runs/{run_id} | Get a Run\n*RunsApi* | [**GetRunOutput**](docs/RunsApi.md#getrunoutput) | **GET** /projects/{owner}/{name}/runs/{run_id}/outputs/{output_name} | Get run output by name\n*RunsApi* | [**GetRunStepLogs**](docs/RunsApi.md#getrunsteplogs) | **GET** /projects/{owner}/{name}/runs/{run_id}/steps/{step_id}/logs | Get the logs of a specific step of the run\n*RunsApi* | [**GetRunSteps**](docs/RunsApi.md#getrunsteps) | **GET** /projects/{owner}/{name}/runs/{run_id}/steps | Query the steps of a run\n*RunsApi* | [**ListRunArtifacts**](docs/RunsApi.md#listrunartifacts) | **GET** /projects/{owner}/{name}/runs/{run_id}/artifacts | List artifacts in a run folder\n*RunsApi* | [**ListRuns**](docs/RunsApi.md#listruns) | **GET** /projects/{owner}/{name}/runs | List runs\n*RunsApi* | [**QueryResults**](docs/RunsApi.md#queryresults) | **GET** /projects/{owner}/{name}/results | Query run results\n*RunsApi* | [**RetryRun**](docs/RunsApi.md#retryrun) | **PUT** /projects/{owner}/{name}/runs/{run_id}/retry | Retry a run\n*SubscriptionPlansApi* | [**ListSubscriptionPlans**](docs/SubscriptionPlansApi.md#listsubscriptionplans) | **GET** /subscription-plans/ | List Subscription Plans\n*SubscriptionsApi* | [**CancelSubscription**](docs/SubscriptionsApi.md#cancelsubscription) | **DELETE** /subscriptions/{subscription_id} | Cancel a subscription\n*SubscriptionsApi* | [**CreateSubscription**](docs/SubscriptionsApi.md#createsubscription) | **POST** /subscriptions/ | Subscribe account to subscritpion plan\n*SubscriptionsApi* | [**GetSubscription**](docs/SubscriptionsApi.md#getsubscription) | **GET** /subscriptions/{subscription_id} | Retrieve a subscription by ID\n*SubscriptionsApi* | [**ListPollinationSubscriptions**](docs/SubscriptionsApi.md#listpollinationsubscriptions) | **GET** /subscriptions/ | List Subscriptions\n*SubscriptionsApi* | [**ListSubscriptionPayments**](docs/SubscriptionsApi.md#listsubscriptionpayments) | **GET** /subscriptions/{subscription_id}/payments | List Payment for a Subscription\n*SubscriptionsApi* | [**ListSubscriptionQuotas**](docs/SubscriptionsApi.md#listsubscriptionquotas) | **GET** /subscriptions/{subscription_id}/quotas | List the quotas for a given subscription\n*SubscriptionsApi* | [**UpdateSubscription**](docs/SubscriptionsApi.md#updatesubscription) | **PUT** /subscriptions/{subscription_id} | Update a subscription\n*SubscriptionsApi* | [**UpdateSubscriptionPreivew**](docs/SubscriptionsApi.md#updatesubscriptionpreivew) | **PUT** /subscriptions/{subscription_id}/preview | Preview the effect of a subscription update\n*TeamsApi* | [**CreateTeam**](docs/TeamsApi.md#createteam) | **POST** /orgs/{org_name}/teams | Create a Team\n*TeamsApi* | [**DeleteOrgTeamMember**](docs/TeamsApi.md#deleteorgteammember) | **DELETE** /orgs/{org_name}/teams/{team_slug}/members/{username} | Remove a team member\n*TeamsApi* | [**DeleteTeam**](docs/TeamsApi.md#deleteteam) | **DELETE** /orgs/{org_name}/teams/{team_slug} | Delete a Team\n*TeamsApi* | [**GetOrgTeamMembers**](docs/TeamsApi.md#getorgteammembers) | **GET** /orgs/{org_name}/teams/{team_slug}/members | List team members\n*TeamsApi* | [**GetTeam**](docs/TeamsApi.md#getteam) | **GET** /orgs/{org_name}/teams/{team_slug} | Get a Team\n*TeamsApi* | [**ListOrgTeams**](docs/TeamsApi.md#listorgteams) | **GET** /orgs/{org_name}/teams | List Teams\n*TeamsApi* | [**UpdateTeam**](docs/TeamsApi.md#updateteam) | **PUT** /orgs/{org_name}/teams/{team_slug} | Update a Team\n*TeamsApi* | [**UpsertOrgTeamMember**](docs/TeamsApi.md#upsertorgteammember) | **PATCH** /orgs/{org_name}/teams/{team_slug}/members/{username}/{role} | Add or update the role of an Team Member\n*UserApi* | [**CreateUser**](docs/UserApi.md#createuser) | **POST** /user | Register a new user\n*UserApi* | [**GetMe**](docs/UserApi.md#getme) | **GET** /user | Get authenticated user profile.\n*UserApi* | [**GetRoles**](docs/UserApi.md#getroles) | **GET** /user/roles | Get the authenticated user roles\n*UserApi* | [**UpdateUserProfile**](docs/UserApi.md#updateuserprofile) | **PUT** /user | Update the authenticated user\n*UsersApi* | [**CheckUsername**](docs/UsersApi.md#checkusername) | **GET** /users/check_username/{username} | Check if a username is already taken\n*UsersApi* | [**GetOneUser**](docs/UsersApi.md#getoneuser) | **GET** /users/{name} | Get a specific user profile\n*UsersApi* | [**ListUsers**](docs/UsersApi.md#listusers) | **GET** /users | List Users\n\n\n## Documentation for Models\n\n - [Model.APIToken](docs/APIToken.md)\n - [Model.APITokenAllOf](docs/APITokenAllOf.md)\n - [Model.APITokenCreate](docs/APITokenCreate.md)\n - [Model.APITokenCreateAllOf](docs/APITokenCreateAllOf.md)\n - [Model.APITokenList](docs/APITokenList.md)\n - [Model.APITokenListAllOf](docs/APITokenListAllOf.md)\n - [Model.APITokenPrivate](docs/APITokenPrivate.md)\n - [Model.APITokenPrivateAllOf](docs/APITokenPrivateAllOf.md)\n - [Model.AccessPolicy](docs/AccessPolicy.md)\n - [Model.AccessPolicyAllOf](docs/AccessPolicyAllOf.md)\n - [Model.AccessPolicyList](docs/AccessPolicyList.md)\n - [Model.AccessPolicyListAllOf](docs/AccessPolicyListAllOf.md)\n - [Model.Accessor](docs/Accessor.md)\n - [Model.AccessorAllOf](docs/AccessorAllOf.md)\n - [Model.AccountPublic](docs/AccountPublic.md)\n - [Model.AccountPublicAllOf](docs/AccountPublicAllOf.md)\n - [Model.AccountType](docs/AccountType.md)\n - [Model.Activation](docs/Activation.md)\n - [Model.ActivationAllOf](docs/ActivationAllOf.md)\n - [Model.ActivationList](docs/ActivationList.md)\n - [Model.ActivationListAllOf](docs/ActivationListAllOf.md)\n - [Model.Application](docs/Application.md)\n - [Model.ApplicationAccessPolicy](docs/ApplicationAccessPolicy.md)\n - [Model.ApplicationAccessPolicyAllOf](docs/ApplicationAccessPolicyAllOf.md)\n - [Model.ApplicationAccessPolicyList](docs/ApplicationAccessPolicyList.md)\n - [Model.ApplicationAccessPolicyListAllOf](docs/ApplicationAccessPolicyListAllOf.md)\n - [Model.ApplicationAllOf](docs/ApplicationAllOf.md)\n - [Model.ApplicationCreate](docs/ApplicationCreate.md)\n - [Model.ApplicationCreateAllOf](docs/ApplicationCreateAllOf.md)\n - [Model.ApplicationDeployment](docs/ApplicationDeployment.md)\n - [Model.ApplicationDeploymentAllOf](docs/ApplicationDeploymentAllOf.md)\n - [Model.ApplicationList](docs/ApplicationList.md)\n - [Model.ApplicationListAllOf](docs/ApplicationListAllOf.md)\n - [Model.ApplicationPolicySubject](docs/ApplicationPolicySubject.md)\n - [Model.ApplicationPolicySubjectAllOf](docs/ApplicationPolicySubjectAllOf.md)\n - [Model.ApplicationSortKey](docs/ApplicationSortKey.md)\n - [Model.ApplicationUpdate](docs/ApplicationUpdate.md)\n - [Model.ApplicationUpdateAllOf](docs/ApplicationUpdateAllOf.md)\n - [Model.ApplicationVersion](docs/ApplicationVersion.md)\n - [Model.ApplicationVersionAllOf](docs/ApplicationVersionAllOf.md)\n - [Model.ApplicationVersionList](docs/ApplicationVersionList.md)\n - [Model.ApplicationVersionListAllOf](docs/ApplicationVersionListAllOf.md)\n - [Model.ArtifactSource](docs/ArtifactSource.md)\n - [Model.ArtifactSourceAllOf](docs/ArtifactSourceAllOf.md)\n - [Model.BakedRecipe](docs/BakedRecipe.md)\n - [Model.BakedRecipeAllOf](docs/BakedRecipeAllOf.md)\n - [Model.BaseReference](docs/BaseReference.md)\n - [Model.BaseReferenceAllOf](docs/BaseReferenceAllOf.md)\n - [Model.BaseStatus](docs/BaseStatus.md)\n - [Model.BaseStatusAllOf](docs/BaseStatusAllOf.md)\n - [Model.BillingInfo](docs/BillingInfo.md)\n - [Model.BillingInfoAllOf](docs/BillingInfoAllOf.md)\n - [Model.BillingOption](docs/BillingOption.md)\n - [Model.BillingOptionAllOf](docs/BillingOptionAllOf.md)\n - [Model.BodyCythonFunctionOrMethodOwnerPluginsPost](docs/BodyCythonFunctionOrMethodOwnerPluginsPost.md)\n - [Model.BodyCythonFunctionOrMethodOwnerPluginsPostAllOf](docs/BodyCythonFunctionOrMethodOwnerPluginsPostAllOf.md)\n - [Model.BodyPostRecipeOwnerRecipesPost](docs/BodyPostRecipeOwnerRecipesPost.md)\n - [Model.BodyPostRecipeOwnerRecipesPostAllOf](docs/BodyPostRecipeOwnerRecipesPostAllOf.md)\n - [Model.BuildStatus](docs/BuildStatus.md)\n - [Model.BuildStatusAllOf](docs/BuildStatusAllOf.md)\n - [Model.BuildStatusEnum](docs/BuildStatusEnum.md)\n - [Model.CardType](docs/CardType.md)\n - [Model.CloudJob](docs/CloudJob.md)\n - [Model.CloudJobAllOf](docs/CloudJobAllOf.md)\n - [Model.CloudJobList](docs/CloudJobList.md)\n - [Model.CloudJobListAllOf](docs/CloudJobListAllOf.md)\n - [Model.CreatedContent](docs/CreatedContent.md)\n - [Model.CreatedContentAllOf](docs/CreatedContentAllOf.md)\n - [Model.CryptlexBase](docs/CryptlexBase.md)\n - [Model.CryptlexBaseAllOf](docs/CryptlexBaseAllOf.md)\n - [Model.DAG](docs/DAG.md)\n - [Model.DAGAllOf](docs/DAGAllOf.md)\n - [Model.DAGArrayInput](docs/DAGArrayInput.md)\n - [Model.DAGArrayInputAlias](docs/DAGArrayInputAlias.md)\n - [Model.DAGArrayInputAliasAllOf](docs/DAGArrayInputAliasAllOf.md)\n - [Model.DAGArrayInputAllOf](docs/DAGArrayInputAllOf.md)\n - [Model.DAGArrayOutput](docs/DAGArrayOutput.md)\n - [Model.DAGArrayOutputAlias](docs/DAGArrayOutputAlias.md)\n - [Model.DAGArrayOutputAliasAllOf](docs/DAGArrayOutputAliasAllOf.md)\n - [Model.DAGArrayOutputAllOf](docs/DAGArrayOutputAllOf.md)\n - [Model.DAGArtifactOutput](docs/DAGArtifactOutput.md)\n - [Model.DAGArtifactOutputAlias](docs/DAGArtifactOutputAlias.md)\n - [Model.DAGArtifactOutputAliasAllOf](docs/DAGArtifactOutputAliasAllOf.md)\n - [Model.DAGArtifactOutputAllOf](docs/DAGArtifactOutputAllOf.md)\n - [Model.DAGBooleanInput](docs/DAGBooleanInput.md)\n - [Model.DAGBooleanInputAlias](docs/DAGBooleanInputAlias.md)\n - [Model.DAGBooleanInputAliasAllOf](docs/DAGBooleanInputAliasAllOf.md)\n - [Model.DAGBooleanInputAllOf](docs/DAGBooleanInputAllOf.md)\n - [Model.DAGBooleanOutput](docs/DAGBooleanOutput.md)\n - [Model.DAGBooleanOutputAlias](docs/DAGBooleanOutputAlias.md)\n - [Model.DAGBooleanOutputAliasAllOf](docs/DAGBooleanOutputAliasAllOf.md)\n - [Model.DAGBooleanOutputAllOf](docs/DAGBooleanOutputAllOf.md)\n - [Model.DAGFileInput](docs/DAGFileInput.md)\n - [Model.DAGFileInputAlias](docs/DAGFileInputAlias.md)\n - [Model.DAGFileInputAliasAllOf](docs/DAGFileInputAliasAllOf.md)\n - [Model.DAGFileInputAllOf](docs/DAGFileInputAllOf.md)\n - [Model.DAGFileOutput](docs/DAGFileOutput.md)\n - [Model.DAGFileOutputAlias](docs/DAGFileOutputAlias.md)\n - [Model.DAGFileOutputAliasAllOf](docs/DAGFileOutputAliasAllOf.md)\n - [Model.DAGFileOutputAllOf](docs/DAGFileOutputAllOf.md)\n - [Model.DAGFolderInput](docs/DAGFolderInput.md)\n - [Model.DAGFolderInputAlias](docs/DAGFolderInputAlias.md)\n - [Model.DAGFolderInputAliasAllOf](docs/DAGFolderInputAliasAllOf.md)\n - [Model.DAGFolderInputAllOf](docs/DAGFolderInputAllOf.md)\n - [Model.DAGFolderOutput](docs/DAGFolderOutput.md)\n - [Model.DAGFolderOutputAlias](docs/DAGFolderOutputAlias.md)\n - [Model.DAGFolderOutputAliasAllOf](docs/DAGFolderOutputAliasAllOf.md)\n - [Model.DAGFolderOutputAllOf](docs/DAGFolderOutputAllOf.md)\n - [Model.DAGGenericInput](docs/DAGGenericInput.md)\n - [Model.DAGGenericInputAlias](docs/DAGGenericInputAlias.md)\n - [Model.DAGGenericInputAliasAllOf](docs/DAGGenericInputAliasAllOf.md)\n - [Model.DAGGenericInputAllOf](docs/DAGGenericInputAllOf.md)\n - [Model.DAGGenericOutput](docs/DAGGenericOutput.md)\n - [Model.DAGGenericOutputAlias](docs/DAGGenericOutputAlias.md)\n - [Model.DAGGenericOutputAliasAllOf](docs/DAGGenericOutputAliasAllOf.md)\n - [Model.DAGGenericOutputAllOf](docs/DAGGenericOutputAllOf.md)\n - [Model.DAGIntegerInput](docs/DAGIntegerInput.md)\n - [Model.DAGIntegerInputAlias](docs/DAGIntegerInputAlias.md)\n - [Model.DAGIntegerInputAliasAllOf](docs/DAGIntegerInputAliasAllOf.md)\n - [Model.DAGIntegerInputAllOf](docs/DAGIntegerInputAllOf.md)\n - [Model.DAGIntegerOutput](docs/DAGIntegerOutput.md)\n - [Model.DAGIntegerOutputAlias](docs/DAGIntegerOutputAlias.md)\n - [Model.DAGIntegerOutputAliasAllOf](docs/DAGIntegerOutputAliasAllOf.md)\n - [Model.DAGIntegerOutputAllOf](docs/DAGIntegerOutputAllOf.md)\n - [Model.DAGJSONObjectInput](docs/DAGJSONObjectInput.md)\n - [Model.DAGJSONObjectInputAlias](docs/DAGJSONObjectInputAlias.md)\n - [Model.DAGJSONObjectInputAliasAllOf](docs/DAGJSONObjectInputAliasAllOf.md)\n - [Model.DAGJSONObjectInputAllOf](docs/DAGJSONObjectInputAllOf.md)\n - [Model.DAGJSONObjectOutput](docs/DAGJSONObjectOutput.md)\n - [Model.DAGJSONObjectOutputAlias](docs/DAGJSONObjectOutputAlias.md)\n - [Model.DAGJSONObjectOutputAliasAllOf](docs/DAGJSONObjectOutputAliasAllOf.md)\n - [Model.DAGJSONObjectOutputAllOf](docs/DAGJSONObjectOutputAllOf.md)\n - [Model.DAGLinkedInputAlias](docs/DAGLinkedInputAlias.md)\n - [Model.DAGLinkedInputAliasAllOf](docs/DAGLinkedInputAliasAllOf.md)\n - [Model.DAGLinkedOutputAlias](docs/DAGLinkedOutputAlias.md)\n - [Model.DAGLinkedOutputAliasAllOf](docs/DAGLinkedOutputAliasAllOf.md)\n - [Model.DAGNumberInput](docs/DAGNumberInput.md)\n - [Model.DAGNumberInputAlias](docs/DAGNumberInputAlias.md)\n - [Model.DAGNumberInputAliasAllOf](docs/DAGNumberInputAliasAllOf.md)\n - [Model.DAGNumberInputAllOf](docs/DAGNumberInputAllOf.md)\n - [Model.DAGNumberOutput](docs/DAGNumberOutput.md)\n - [Model.DAGNumberOutputAlias](docs/DAGNumberOutputAlias.md)\n - [Model.DAGNumberOutputAliasAllOf](docs/DAGNumberOutputAliasAllOf.md)\n - [Model.DAGNumberOutputAllOf](docs/DAGNumberOutputAllOf.md)\n - [Model.DAGPathInput](docs/DAGPathInput.md)\n - [Model.DAGPathInputAlias](docs/DAGPathInputAlias.md)\n - [Model.DAGPathInputAliasAllOf](docs/DAGPathInputAliasAllOf.md)\n - [Model.DAGPathInputAllOf](docs/DAGPathInputAllOf.md)\n - [Model.DAGPathOutput](docs/DAGPathOutput.md)\n - [Model.DAGPathOutputAlias](docs/DAGPathOutputAlias.md)\n - [Model.DAGPathOutputAliasAllOf](docs/DAGPathOutputAliasAllOf.md)\n - [Model.DAGPathOutputAllOf](docs/DAGPathOutputAllOf.md)\n - [Model.DAGStringInput](docs/DAGStringInput.md)\n - [Model.DAGStringInputAlias](docs/DAGStringInputAlias.md)\n - [Model.DAGStringInputAliasAllOf](docs/DAGStringInputAliasAllOf.md)\n - [Model.DAGStringInputAllOf](docs/DAGStringInputAllOf.md)\n - [Model.DAGStringOutput](docs/DAGStringOutput.md)\n - [Model.DAGStringOutputAlias](docs/DAGStringOutputAlias.md)\n - [Model.DAGStringOutputAliasAllOf](docs/DAGStringOutputAliasAllOf.md)\n - [Model.DAGStringOutputAllOf](docs/DAGStringOutputAllOf.md)\n - [Model.DAGTask](docs/DAGTask.md)\n - [Model.DAGTaskAllOf](docs/DAGTaskAllOf.md)\n - [Model.DAGTaskLoop](docs/DAGTaskLoop.md)\n - [Model.DAGTaskLoopAllOf](docs/DAGTaskLoopAllOf.md)\n - [Model.DailyUsage](docs/DailyUsage.md)\n - [Model.DailyUsageAllOf](docs/DailyUsageAllOf.md)\n - [Model.Dependency](docs/Dependency.md)\n - [Model.DependencyAllOf](docs/DependencyAllOf.md)\n - [Model.DependencyKind](docs/DependencyKind.md)\n - [Model.DeploymentConfig](docs/DeploymentConfig.md)\n - [Model.DeploymentConfigAllOf](docs/DeploymentConfigAllOf.md)\n - [Model.DockerConfig](docs/DockerConfig.md)\n - [Model.DockerConfigAllOf](docs/DockerConfigAllOf.md)\n - [Model.FileMeta](docs/FileMeta.md)\n - [Model.FileMetaAllOf](docs/FileMetaAllOf.md)\n - [Model.FileMetaList](docs/FileMetaList.md)\n - [Model.FileMetaListAllOf](docs/FileMetaListAllOf.md)\n - [Model.FileReference](docs/FileReference.md)\n - [Model.FileReferenceAllOf](docs/FileReferenceAllOf.md)\n - [Model.FolderReference](docs/FolderReference.md)\n - [Model.FolderReferenceAllOf](docs/FolderReferenceAllOf.md)\n - [Model.FromOutput](docs/FromOutput.md)\n - [Model.FromOutputAllOf](docs/FromOutputAllOf.md)\n - [Model.Function](docs/Function.md)\n - [Model.FunctionAllOf](docs/FunctionAllOf.md)\n - [Model.FunctionArrayInput](docs/FunctionArrayInput.md)\n - [Model.FunctionArrayInputAllOf](docs/FunctionArrayInputAllOf.md)\n - [Model.FunctionArrayOutput](docs/FunctionArrayOutput.md)\n - [Model.FunctionArrayOutputAllOf](docs/FunctionArrayOutputAllOf.md)\n - [Model.FunctionBooleanInput](docs/FunctionBooleanInput.md)\n - [Model.FunctionBooleanInputAllOf](docs/FunctionBooleanInputAllOf.md)\n - [Model.FunctionBooleanOutput](docs/FunctionBooleanOutput.md)\n - [Model.FunctionBooleanOutputAllOf](docs/FunctionBooleanOutputAllOf.md)\n - [Model.FunctionFileInput](docs/FunctionFileInput.md)\n - [Model.FunctionFileInputAllOf](docs/FunctionFileInputAllOf.md)\n - [Model.FunctionFileOutput](docs/FunctionFileOutput.md)\n - [Model.FunctionFileOutputAllOf](docs/FunctionFileOutputAllOf.md)\n - [Model.FunctionFolderInput](docs/FunctionFolderInput.md)\n - [Model.FunctionFolderInputAllOf](docs/FunctionFolderInputAllOf.md)\n - [Model.FunctionFolderOutput](docs/FunctionFolderOutput.md)\n - [Model.FunctionFolderOutputAllOf](docs/FunctionFolderOutputAllOf.md)\n - [Model.FunctionIntegerInput](docs/FunctionIntegerInput.md)\n - [Model.FunctionIntegerInputAllOf](docs/FunctionIntegerInputAllOf.md)\n - [Model.FunctionIntegerOutput](docs/FunctionIntegerOutput.md)\n - [Model.FunctionIntegerOutputAllOf](docs/FunctionIntegerOutputAllOf.md)\n - [Model.FunctionJSONObjectInput](docs/FunctionJSONObjectInput.md)\n - [Model.FunctionJSONObjectInputAllOf](docs/FunctionJSONObjectInputAllOf.md)\n - [Model.FunctionJSONObjectOutput](docs/FunctionJSONObjectOutput.md)\n - [Model.FunctionJSONObjectOutputAllOf](docs/FunctionJSONObjectOutputAllOf.md)\n - [Model.FunctionNumberInput](docs/FunctionNumberInput.md)\n - [Model.FunctionNumberInputAllOf](docs/FunctionNumberInputAllOf.md)\n - [Model.FunctionNumberOutput](docs/FunctionNumberOutput.md)\n - [Model.FunctionNumberOutputAllOf](docs/FunctionNumberOutputAllOf.md)\n - [Model.FunctionPathInput](docs/FunctionPathInput.md)\n - [Model.FunctionPathInputAllOf](docs/FunctionPathInputAllOf.md)\n - [Model.FunctionPathOutput](docs/FunctionPathOutput.md)\n - [Model.FunctionPathOutputAllOf](docs/FunctionPathOutputAllOf.md)\n - [Model.FunctionStringInput](docs/FunctionStringInput.md)\n - [Model.FunctionStringInputAllOf](docs/FunctionStringInputAllOf.md)\n - [Model.FunctionStringOutput](docs/FunctionStringOutput.md)\n - [Model.FunctionStringOutputAllOf](docs/FunctionStringOutputAllOf.md)\n - [Model.GenericInput](docs/GenericInput.md)\n - [Model.GenericInputAllOf](docs/GenericInputAllOf.md)\n - [Model.GenericOutput](docs/GenericOutput.md)\n - [Model.GenericOutputAllOf](docs/GenericOutputAllOf.md)\n - [Model.HTTP](docs/HTTP.md)\n - [Model.HTTPAllOf](docs/HTTPAllOf.md)\n - [Model.HTTPValidationError](docs/HTTPValidationError.md)\n - [Model.IOAliasHandler](docs/IOAliasHandler.md)\n - [Model.IOAliasHandlerAllOf](docs/IOAliasHandlerAllOf.md)\n - [Model.IOBase](docs/IOBase.md)\n - [Model.IOBaseAllOf](docs/IOBaseAllOf.md)\n - [Model.InputFileReference](docs/InputFileReference.md)\n - [Model.InputFileReferenceAllOf](docs/InputFileReferenceAllOf.md)\n - [Model.InputFolderReference](docs/InputFolderReference.md)\n - [Model.InputFolderReferenceAllOf](docs/InputFolderReferenceAllOf.md)\n - [Model.InputPathReference](docs/InputPathReference.md)\n - [Model.InputPathReferenceAllOf](docs/InputPathReferenceAllOf.md)\n - [Model.InputReference](docs/InputReference.md)\n - [Model.InputReferenceAllOf](docs/InputReferenceAllOf.md)\n - [Model.InputReferenceBase](docs/InputReferenceBase.md)\n - [Model.InputReferenceBaseAllOf](docs/InputReferenceBaseAllOf.md)\n - [Model.ItemReference](docs/ItemReference.md)\n - [Model.ItemReferenceAllOf](docs/ItemReferenceAllOf.md)\n - [Model.ItemType](docs/ItemType.md)\n - [Model.Job](docs/Job.md)\n - [Model.JobAllOf](docs/JobAllOf.md)\n - [Model.JobArgument](docs/JobArgument.md)\n - [Model.JobArgumentAllOf](docs/JobArgumentAllOf.md)\n - [Model.JobPathArgument](docs/JobPathArgument.md)\n - [Model.JobPathArgumentAllOf](docs/JobPathArgumentAllOf.md)\n - [Model.JobStatus](docs/JobStatus.md)\n - [Model.JobStatusAllOf](docs/JobStatusAllOf.md)\n - [Model.JobStatusEnum](docs/JobStatusEnum.md)\n - [Model.KeyRequest](docs/KeyRequest.md)\n - [Model.KeyRequestAllOf](docs/KeyRequestAllOf.md)\n - [Model.License](docs/License.md)\n - [Model.LicenseAllOf](docs/LicenseAllOf.md)\n - [Model.LicensePoolAccessPolicy](docs/LicensePoolAccessPolicy.md)\n - [Model.LicensePoolAccessPolicyAllOf](docs/LicensePoolAccessPolicyAllOf.md)\n - [Model.LicensePoolAccessPolicyList](docs/LicensePoolAccessPolicyList.md)\n - [Model.LicensePoolAccessPolicyListAllOf](docs/LicensePoolAccessPolicyListAllOf.md)\n - [Model.LicensePoolList](docs/LicensePoolList.md)\n - [Model.LicensePoolListAllOf](docs/LicensePoolListAllOf.md)\n - [Model.LicensePoolPolicySubject](docs/LicensePoolPolicySubject.md)\n - [Model.LicensePoolPolicySubjectAllOf](docs/LicensePoolPolicySubjectAllOf.md)\n - [Model.LicensePoolPolicySubjectList](docs/LicensePoolPolicySubjectList.md)\n - [Model.LicensePoolPolicySubjectListAllOf](docs/LicensePoolPolicySubjectListAllOf.md)\n - [Model.LicensePoolPublic](docs/LicensePoolPublic.md)\n - [Model.LicensePoolPublicAllOf](docs/LicensePoolPublicAllOf.md)\n - [Model.LicensePoolUpdate](docs/LicensePoolUpdate.md)\n - [Model.LicensePoolUpdateAllOf](docs/LicensePoolUpdateAllOf.md)\n - [Model.LicensePublic](docs/LicensePublic.md)\n - [Model.LicensePublicAllOf](docs/LicensePublicAllOf.md)\n - [Model.LicenseType](docs/LicenseType.md)\n - [Model.ListResponseMeta](docs/ListResponseMeta.md)\n - [Model.ListResponseMetaAllOf](docs/ListResponseMetaAllOf.md)\n - [Model.LocalConfig](docs/LocalConfig.md)\n - [Model.LocalConfigAllOf](docs/LocalConfigAllOf.md)\n - [Model.Location](docs/Location.md)\n - [Model.LocationAllOf](docs/LocationAllOf.md)\n - [Model.Maintainer](docs/Maintainer.md)\n - [Model.MaintainerAllOf](docs/MaintainerAllOf.md)\n - [Model.MetaData](docs/MetaData.md)\n - [Model.MetaDataAllOf](docs/MetaDataAllOf.md)\n - [Model.Metadata](docs/Metadata.md)\n - [Model.MetadataAllOf](docs/MetadataAllOf.md)\n - [Model.NewApplicationVersion](docs/NewApplicationVersion.md)\n - [Model.NewApplicationVersionAllOf](docs/NewApplicationVersionAllOf.md)\n - [Model.NewPluginPackage](docs/NewPluginPackage.md)\n - [Model.NewPluginPackageAllOf](docs/NewPluginPackageAllOf.md)\n - [Model.NewRecipePackage](docs/NewRecipePackage.md)\n - [Model.NewRecipePackageAllOf](docs/NewRecipePackageAllOf.md)\n - [Model.OpenAPIGenBaseModel](docs/OpenAPIGenBaseModel.md)\n - [Model.Organization](docs/Organization.md)\n - [Model.OrganizationAllOf](docs/OrganizationAllOf.md)\n - [Model.OrganizationCreate](docs/OrganizationCreate.md)\n - [Model.OrganizationCreateAllOf](docs/OrganizationCreateAllOf.md)\n - [Model.OrganizationList](docs/OrganizationList.md)\n - [Model.OrganizationListAllOf](docs/OrganizationListAllOf.md)\n - [Model.OrganizationMember](docs/OrganizationMember.md)\n - [Model.OrganizationMemberAllOf](docs/OrganizationMemberAllOf.md)\n - [Model.OrganizationMemberList](docs/OrganizationMemberList.md)\n - [Model.OrganizationMemberListAllOf](docs/OrganizationMemberListAllOf.md)\n - [Model.OrganizationRoleEnum](docs/OrganizationRoleEnum.md)\n - [Model.OrganizationUpdate](docs/OrganizationUpdate.md)\n - [Model.OrganizationUpdateAllOf](docs/OrganizationUpdateAllOf.md)\n - [Model.PackageSortKey](docs/PackageSortKey.md)\n - [Model.PackageVersion](docs/PackageVersion.md)\n - [Model.PackageVersionAllOf](docs/PackageVersionAllOf.md)\n - [Model.PathOutput](docs/PathOutput.md)\n - [Model.PathOutputAllOf](docs/PathOutputAllOf.md)\n - [Model.PausedReason](docs/PausedReason.md)\n - [Model.PayLink](docs/PayLink.md)\n - [Model.PayLinkAllOf](docs/PayLinkAllOf.md)\n - [Model.Payment](docs/Payment.md)\n - [Model.PaymentAllOf](docs/PaymentAllOf.md)\n - [Model.PaymentMethod](docs/PaymentMethod.md)\n - [Model.PaymentMethodAllOf](docs/PaymentMethodAllOf.md)\n - [Model.PaymentMethodEnum](docs/PaymentMethodEnum.md)\n - [Model.Permission](docs/Permission.md)\n - [Model.PlanType](docs/PlanType.md)\n - [Model.Plugin](docs/Plugin.md)\n - [Model.PluginAllOf](docs/PluginAllOf.md)\n - [Model.PluginConfig](docs/PluginConfig.md)\n - [Model.PluginConfigAllOf](docs/PluginConfigAllOf.md)\n - [Model.PluginPackage](docs/PluginPackage.md)\n - [Model.PluginPackageAllOf](docs/PluginPackageAllOf.md)\n - [Model.PluginPackageList](docs/PluginPackageList.md)\n - [Model.PluginPackageListAllOf](docs/PluginPackageListAllOf.md)\n - [Model.PolicySubject](docs/PolicySubject.md)\n - [Model.PolicySubjectAllOf](docs/PolicySubjectAllOf.md)\n - [Model.Project](docs/Project.md)\n - [Model.ProjectAccessPolicy](docs/ProjectAccessPolicy.md)\n - [Model.ProjectAccessPolicyAllOf](docs/ProjectAccessPolicyAllOf.md)\n - [Model.ProjectAccessPolicyList](docs/ProjectAccessPolicyList.md)\n - [Model.ProjectAccessPolicyListAllOf](docs/ProjectAccessPolicyListAllOf.md)\n - [Model.ProjectAllOf](docs/ProjectAllOf.md)\n - [Model.ProjectCreate](docs/ProjectCreate.md)\n - [Model.ProjectCreateAllOf](docs/ProjectCreateAllOf.md)\n - [Model.ProjectFolder](docs/ProjectFolder.md)\n - [Model.ProjectFolderAllOf](docs/ProjectFolderAllOf.md)\n - [Model.ProjectList](docs/ProjectList.md)\n - [Model.ProjectListAllOf](docs/ProjectListAllOf.md)\n - [Model.ProjectPolicySubject](docs/ProjectPolicySubject.md)\n - [Model.ProjectPolicySubjectAllOf](docs/ProjectPolicySubjectAllOf.md)\n - [Model.ProjectRecipeFilter](docs/ProjectRecipeFilter.md)\n - [Model.ProjectRecipeFilterAllOf](docs/ProjectRecipeFilterAllOf.md)\n - [Model.ProjectRecipeFilterList](docs/ProjectRecipeFilterList.md)\n - [Model.ProjectRecipeFilterListAllOf](docs/ProjectRecipeFilterListAllOf.md)\n - [Model.ProjectSortKey](docs/ProjectSortKey.md)\n - [Model.ProjectUpdate](docs/ProjectUpdate.md)\n - [Model.ProjectUpdateAllOf](docs/ProjectUpdateAllOf.md)\n - [Model.PublicAccountList](docs/PublicAccountList.md)\n - [Model.PublicAccountListAllOf](docs/PublicAccountListAllOf.md)\n - [Model.Quota](docs/Quota.md)\n - [Model.QuotaAllOf](docs/QuotaAllOf.md)\n - [Model.QuotaList](docs/QuotaList.md)\n - [Model.QuotaListAllOf](docs/QuotaListAllOf.md)\n - [Model.QuotaPlan](docs/QuotaPlan.md)\n - [Model.QuotaPlanAllOf](docs/QuotaPlanAllOf.md)\n - [Model.QuotaType](docs/QuotaType.md)\n - [Model.Recipe](docs/Recipe.md)\n - [Model.RecipeAllOf](docs/RecipeAllOf.md)\n - [Model.RecipeInterface](docs/RecipeInterface.md)\n - [Model.RecipeInterfaceAllOf](docs/RecipeInterfaceAllOf.md)\n - [Model.RecipeInterfaceList](docs/RecipeInterfaceList.md)\n - [Model.RecipeInterfaceListAllOf](docs/RecipeInterfaceListAllOf.md)\n - [Model.RecipePackage](docs/RecipePackage.md)\n - [Model.RecipePackageAllOf](docs/RecipePackageAllOf.md)\n - [Model.RecipePackageList](docs/RecipePackageList.md)\n - [Model.RecipePackageListAllOf](docs/RecipePackageListAllOf.md)\n - [Model.Repository](docs/Repository.md)\n - [Model.RepositoryAccessPolicy](docs/RepositoryAccessPolicy.md)\n - [Model.RepositoryAccessPolicyAllOf](docs/RepositoryAccessPolicyAllOf.md)\n - [Model.RepositoryAccessPolicyList](docs/RepositoryAccessPolicyList.md)\n - [Model.RepositoryAccessPolicyListAllOf](docs/RepositoryAccessPolicyListAllOf.md)\n - [Model.RepositoryAllOf](docs/RepositoryAllOf.md)\n - [Model.RepositoryCreate](docs/RepositoryCreate.md)\n - [Model.RepositoryCreateAllOf](docs/RepositoryCreateAllOf.md)\n - [Model.RepositoryIndex](docs/RepositoryIndex.md)\n - [Model.RepositoryIndexAllOf](docs/RepositoryIndexAllOf.md)\n - [Model.RepositoryList](docs/RepositoryList.md)\n - [Model.RepositoryListAllOf](docs/RepositoryListAllOf.md)\n - [Model.RepositoryMetadata](docs/RepositoryMetadata.md)\n - [Model.RepositoryMetadataAllOf](docs/RepositoryMetadataAllOf.md)\n - [Model.RepositoryPackage](docs/RepositoryPackage.md)\n - [Model.RepositoryPackageAllOf](docs/RepositoryPackageAllOf.md)\n - [Model.RepositoryPolicySubject](docs/RepositoryPolicySubject.md)\n - [Model.RepositoryPolicySubjectAllOf](docs/RepositoryPolicySubjectAllOf.md)\n - [Model.RepositorySortKey](docs/RepositorySortKey.md)\n - [Model.RepositoryUpdate](docs/RepositoryUpdate.md)\n - [Model.RepositoryUpdateAllOf](docs/RepositoryUpdateAllOf.md)\n - [Model.RepositoryUserPermissions](docs/RepositoryUserPermissions.md)\n - [Model.RepositoryUserPermissionsAllOf](docs/RepositoryUserPermissionsAllOf.md)\n - [Model.ResourcesDuration](docs/ResourcesDuration.md)\n - [Model.ResourcesDurationAllOf](docs/ResourcesDurationAllOf.md)\n - [Model.RetryConfig](docs/RetryConfig.md)\n - [Model.RetryConfigAllOf](docs/RetryConfigAllOf.md)\n - [Model.RoleEnum](docs/RoleEnum.md)\n - [Model.Run](docs/Run.md)\n - [Model.RunAllOf](docs/RunAllOf.md)\n - [Model.RunList](docs/RunList.md)\n - [Model.RunListAllOf](docs/RunListAllOf.md)\n - [Model.RunMeta](docs/RunMeta.md)\n - [Model.RunMetaAllOf](docs/RunMetaAllOf.md)\n - [Model.RunProgress](docs/RunProgress.md)\n - [Model.RunProgressAllOf](docs/RunProgressAllOf.md)\n - [Model.RunResultList](docs/RunResultList.md)\n - [Model.RunResultListAllOf](docs/RunResultListAllOf.md)\n - [Model.RunStatus](docs/RunStatus.md)\n - [Model.RunStatusAllOf](docs/RunStatusAllOf.md)\n - [Model.RunStatusEnum](docs/RunStatusEnum.md)\n - [Model.S3](docs/S3.md)\n - [Model.S3AllOf](docs/S3AllOf.md)\n - [Model.S3UploadRequest](docs/S3UploadRequest.md)\n - [Model.S3UploadRequestAllOf](docs/S3UploadRequestAllOf.md)\n - [Model.SDKEnum](docs/SDKEnum.md)\n - [Model.ScriptingLanguages](docs/ScriptingLanguages.md)\n - [Model.SortEnum](docs/SortEnum.md)\n - [Model.StatusType](docs/StatusType.md)\n - [Model.StepArrayInput](docs/StepArrayInput.md)\n - [Model.StepArrayInputAllOf](docs/StepArrayInputAllOf.md)\n - [Model.StepArrayOutput](docs/StepArrayOutput.md)\n - [Model.StepArrayOutputAllOf](docs/StepArrayOutputAllOf.md)\n - [Model.StepBooleanInput](docs/StepBooleanInput.md)\n - [Model.StepBooleanInputAllOf](docs/StepBooleanInputAllOf.md)\n - [Model.StepBooleanOutput](docs/StepBooleanOutput.md)\n - [Model.StepBooleanOutputAllOf](docs/StepBooleanOutputAllOf.md)\n - [Model.StepFileInput](docs/StepFileInput.md)\n - [Model.StepFileInputAllOf](docs/StepFileInputAllOf.md)\n - [Model.StepFileOutput](docs/StepFileOutput.md)\n - [Model.StepFileOutputAllOf](docs/StepFileOutputAllOf.md)\n - [Model.StepFolderInput](docs/StepFolderInput.md)\n - [Model.StepFolderInputAllOf](docs/StepFolderInputAllOf.md)\n - [Model.StepFolderOutput](docs/StepFolderOutput.md)\n - [Model.StepFolderOutputAllOf](docs/StepFolderOutputAllOf.md)\n - [Model.StepIntegerInput](docs/StepIntegerInput.md)\n - [Model.StepIntegerInputAllOf](docs/StepIntegerInputAllOf.md)\n - [Model.StepIntegerOutput](docs/StepIntegerOutput.md)\n - [Model.StepIntegerOutputAllOf](docs/StepIntegerOutputAllOf.md)\n - [Model.StepJSONObjectInput](docs/StepJSONObjectInput.md)\n - [Model.StepJSONObjectInputAllOf](docs/StepJSONObjectInputAllOf.md)\n - [Model.StepJSONObjectOutput](docs/StepJSONObjectOutput.md)\n - [Model.StepJSONObjectOutputAllOf](docs/StepJSONObjectOutputAllOf.md)\n - [Model.StepList](docs/StepList.md)\n - [Model.StepListAllOf](docs/StepListAllOf.md)\n - [Model.StepNumberInput](docs/StepNumberInput.md)\n - [Model.StepNumberInputAllOf](docs/StepNumberInputAllOf.md)\n - [Model.StepNumberOutput](docs/StepNumberOutput.md)\n - [Model.StepNumberOutputAllOf](docs/StepNumberOutputAllOf.md)\n - [Model.StepPathInput](docs/StepPathInput.md)\n - [Model.StepPathInputAllOf](docs/StepPathInputAllOf.md)\n - [Model.StepPathOutput](docs/StepPathOutput.md)\n - [Model.StepPathOutputAllOf](docs/StepPathOutputAllOf.md)\n - [Model.StepStatus](docs/StepStatus.md)\n - [Model.StepStatusAllOf](docs/StepStatusAllOf.md)\n - [Model.StepStatusEnum](docs/StepStatusEnum.md)\n - [Model.StepStringInput](docs/StepStringInput.md)\n - [Model.StepStringInputAllOf](docs/StepStringInputAllOf.md)\n - [Model.StepStringOutput](docs/StepStringOutput.md)\n - [Model.StepStringOutputAllOf](docs/StepStringOutputAllOf.md)\n - [Model.SubjectType](docs/SubjectType.md)\n - [Model.Subscription](docs/Subscription.md)\n - [Model.SubscriptionAllOf](docs/SubscriptionAllOf.md)\n - [Model.SubscriptionCreate](docs/SubscriptionCreate.md)\n - [Model.SubscriptionCreateAllOf](docs/SubscriptionCreateAllOf.md)\n - [Model.SubscriptionPayment](docs/SubscriptionPayment.md)\n - [Model.SubscriptionPaymentAllOf](docs/SubscriptionPaymentAllOf.md)\n - [Model.SubscriptionPlan](docs/SubscriptionPlan.md)\n - [Model.SubscriptionPlanAllOf](docs/SubscriptionPlanAllOf.md)\n - [Model.SubscriptionUpdate](docs/SubscriptionUpdate.md)\n - [Model.SubscriptionUpdateAllOf](docs/SubscriptionUpdateAllOf.md)\n - [Model.SubscriptionUpdateDryRun](docs/SubscriptionUpdateDryRun.md)\n - [Model.SubscriptionUpdateDryRunAllOf](docs/SubscriptionUpdateDryRunAllOf.md)\n - [Model.TaskArgument](docs/TaskArgument.md)\n - [Model.TaskArgumentAllOf](docs/TaskArgumentAllOf.md)\n - [Model.TaskFileReference](docs/TaskFileReference.md)\n - [Model.TaskFileReferenceAllOf](docs/TaskFileReferenceAllOf.md)\n - [Model.TaskFolderReference](docs/TaskFolderReference.md)\n - [Model.TaskFolderReferenceAllOf](docs/TaskFolderReferenceAllOf.md)\n - [Model.TaskPathArgument](docs/TaskPathArgument.md)\n - [Model.TaskPathArgumentAllOf](docs/TaskPathArgumentAllOf.md)\n - [Model.TaskPathReference](docs/TaskPathReference.md)\n - [Model.TaskPathReferenceAllOf](docs/TaskPathReferenceAllOf.md)\n - [Model.TaskPathReturn](docs/TaskPathReturn.md)\n - [Model.TaskPathReturnAllOf](docs/TaskPathReturnAllOf.md)\n - [Model.TaskReference](docs/TaskReference.md)\n - [Model.TaskReferenceAllOf](docs/TaskReferenceAllOf.md)\n - [Model.TaskReferenceBase](docs/TaskReferenceBase.md)\n - [Model.TaskReferenceBaseAllOf](docs/TaskReferenceBaseAllOf.md)\n - [Model.TaskReturn](docs/TaskReturn.md)\n - [Model.TaskReturnAllOf](docs/TaskReturnAllOf.md)\n - [Model.Team](docs/Team.md)\n - [Model.TeamAllOf](docs/TeamAllOf.md)\n - [Model.TeamCreate](docs/TeamCreate.md)\n - [Model.TeamCreateAllOf](docs/TeamCreateAllOf.md)\n - [Model.TeamList](docs/TeamList.md)\n - [Model.TeamListAllOf](docs/TeamListAllOf.md)\n - [Model.TeamMember](docs/TeamMember.md)\n - [Model.TeamMemberAllOf](docs/TeamMemberAllOf.md)\n - [Model.TeamMemberList](docs/TeamMemberList.md)\n - [Model.TeamMemberListAllOf](docs/TeamMemberListAllOf.md)\n - [Model.TeamRoleEnum](docs/TeamRoleEnum.md)\n - [Model.TeamUpdate](docs/TeamUpdate.md)\n - [Model.TeamUpdateAllOf](docs/TeamUpdateAllOf.md)\n - [Model.TemplateFunction](docs/TemplateFunction.md)\n - [Model.TemplateFunctionAllOf](docs/TemplateFunctionAllOf.md)\n - [Model.UpdateAccepted](docs/UpdateAccepted.md)\n - [Model.UpdateAcceptedAllOf](docs/UpdateAcceptedAllOf.md)\n - [Model.Usage](docs/Usage.md)\n - [Model.UsageAllOf](docs/UsageAllOf.md)\n - [Model.UserCreate](docs/UserCreate.md)\n - [Model.UserCreateAllOf](docs/UserCreateAllOf.md)\n - [Model.UserPermission](docs/UserPermission.md)\n - [Model.UserPermissionAllOf](docs/UserPermissionAllOf.md)\n - [Model.UserPrivate](docs/UserPrivate.md)\n - [Model.UserPrivateAllOf](docs/UserPrivateAllOf.md)\n - [Model.UserPublic](docs/UserPublic.md)\n - [Model.UserPublicAllOf](docs/UserPublicAllOf.md)\n - [Model.UserPublicList](docs/UserPublicList.md)\n - [Model.UserPublicListAllOf](docs/UserPublicListAllOf.md)\n - [Model.UserUpdate](docs/UserUpdate.md)\n - [Model.UserUpdateAllOf](docs/UserUpdateAllOf.md)\n - [Model.ValidationError](docs/ValidationError.md)\n - [Model.ValueFileReference](docs/ValueFileReference.md)\n - [Model.ValueFileReferenceAllOf](docs/ValueFileReferenceAllOf.md)\n - [Model.ValueFolderReference](docs/ValueFolderReference.md)\n - [Model.ValueFolderReferenceAllOf](docs/ValueFolderReferenceAllOf.md)\n - [Model.ValueListReference](docs/ValueListReference.md)\n - [Model.ValueListReferenceAllOf](docs/ValueListReferenceAllOf.md)\n - [Model.ValueReference](docs/ValueReference.md)\n - [Model.ValueReferenceAllOf](docs/ValueReferenceAllOf.md)\n\n\n## Documentation for Authorization\n\n\n### APIKeyAuth\n\n- **Type**: API key\n\n- **API key parameter name**: x-pollination-token\n- **Location**: HTTP header\n\n\n### JWTAuth\n\n\n- **Type**: HTTP bearer authentication\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpollination%2Fcsharp-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpollination%2Fcsharp-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpollination%2Fcsharp-sdk/lists"}