projects_get_projects

List projects

Functions

async pydelfini.delfini_core.api.organizational.projects_get_projects.asyncio(*, client, name=Unset, account_id=Unset)[source]

List projects

List all projects that are visible.

Parameters:
Raises:
  • errors.UnexpectedStatus – If the server returns a status code greater than or equal to 300.

  • httpx.TimeoutException – If the request takes longer than Client.timeout.

Returns:

Union[ProjectsGetProjectsProjectList]

Return type:

ProjectsGetProjectsProjectList

async pydelfini.delfini_core.api.organizational.projects_get_projects.asyncio_detailed(*, client, name=Unset, account_id=Unset)[source]

List projects

List all projects that are visible.

Parameters:
Raises:
  • errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.

  • httpx.TimeoutException – If the request takes longer than Client.timeout.

Returns:

Response[Union[ProjectsGetProjectsProjectList, ServerError]]

Return type:

Response[ProjectsGetProjectsProjectList | ServerError]

pydelfini.delfini_core.api.organizational.projects_get_projects.sync(*, client, name=Unset, account_id=Unset)[source]

List projects

List all projects that are visible.

Parameters:
Raises:
  • errors.UnexpectedStatus – If the server returns a status code greater than or equal to 300.

  • httpx.TimeoutException – If the request takes longer than Client.timeout.

Returns:

Union[ProjectsGetProjectsProjectList]

Return type:

ProjectsGetProjectsProjectList

pydelfini.delfini_core.api.organizational.projects_get_projects.sync_detailed(*, client, name=Unset, account_id=Unset)[source]

List projects

List all projects that are visible.

Parameters:
Raises:
  • errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.

  • httpx.TimeoutException – If the request takes longer than Client.timeout.

Returns:

Response[Union[ProjectsGetProjectsProjectList, ServerError]]

Return type:

Response[ProjectsGetProjectsProjectList | ServerError]