bars-staggeredlist_projects

imerit_ango.sdk.SDK.

list_projects(page, limit)

Retrieve all projects in your organization.

Parameters

  • page: int, default 1

    • Current page.

    • Example: 1

  • limit: int, default 10, maximum 1000

    • Number of projects per page.

    • Example: 100

Returns:

  • output: dict

    • A dictionary containing the result of the operation.

    • Including a status field indicating whether the request was successful and a data field containing the response payload with updated resources produced by the operation.

Example

List the first ten projects from the organization:

List all projects from the organization:

circle-info

Last updated