Get all stacks in an Organization

GET https://{{base_url}}/v3/organizations/{{organization_uid}}/stacks

The Get all stacks in an organization call fetches the list of all stacks in an Organization.

To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken. 
Read more about it in Authentication.


For more information, refer to the Get all stacks in an Organization API Reference document

Request Params

KeyDatatypeRequiredDescription
limitstringThe ‘limit’ parameter will return a specific number of stacks in the output. Example, if there are 10 organization stacks and you wish to fetch only the first 2, you need to specify '2' as value in this parameter.
skipstringThe ‘skip’ parameter will skip a specific number of organization stacks in the output. Example, if there are 12 stacks and you want to skip the last 2 to get only the first 10 in the response body, you need to specify ‘2’ here.
ascstringThe ‘asc’ parameter allows you to sort the list of stacks in an organization in the ascending order.
descstringThe ‘desc’ parameter allows you to sort the list of stacks in an organization in the descending order.
include_countbooleanThe ‘include_count’ parameter returns the total number of stacks in an organization. Example: If you wish to know the total number of stacks in your organization, you need to mention ‘true’.
typeaheadstringThe ‘typeahead’ parameter allows you to perform a name-based search on all the stacks on an organization based on the value provided.

HEADERS

KeyDatatypeRequiredDescription
authtokenstringEnter the authtoken of the user.
Content-Typestring