:doc:`QuickSight <../../quicksight>` / Client / list_analyses

*************
list_analyses
*************



.. py:method:: QuickSight.Client.list_analyses(**kwargs)

  

  Lists Amazon Quick Sight analyses that exist in the specified Amazon Web Services account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListAnalyses>`_  


  **Request Syntax**
  ::

    response = client.list_analyses(
        AwsAccountId='string',
        NextToken='string',
        MaxResults=123
    )
    
  :type AwsAccountId: string
  :param AwsAccountId: **[REQUIRED]** 

    The ID of the Amazon Web Services account that contains the analyses.

    

  
  :type NextToken: string
  :param NextToken: 

    A pagination token that can be used in a subsequent request.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum number of results to return.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'AnalysisSummaryList': [
              {
                  'Arn': 'string',
                  'AnalysisId': 'string',
                  'Name': 'string',
                  'Status': 'CREATION_IN_PROGRESS'|'CREATION_SUCCESSFUL'|'CREATION_FAILED'|'UPDATE_IN_PROGRESS'|'UPDATE_SUCCESSFUL'|'UPDATE_FAILED'|'DELETED',
                  'CreatedTime': datetime(2015, 1, 1),
                  'LastUpdatedTime': datetime(2015, 1, 1)
              },
          ],
          'NextToken': 'string',
          'Status': 123,
          'RequestId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **AnalysisSummaryList** *(list) --* 

        Metadata describing each of the analyses that are listed.

        
        

        - *(dict) --* 

          The summary metadata that describes an analysis.

          
          

          - **Arn** *(string) --* 

            The Amazon Resource Name (ARN) for the analysis.

            
          

          - **AnalysisId** *(string) --* 

            The ID of the analysis. This ID displays in the URL.

            
          

          - **Name** *(string) --* 

            The name of the analysis. This name is displayed in the Quick Sight console.

            
          

          - **Status** *(string) --* 

            The last known status for the analysis.

            
          

          - **CreatedTime** *(datetime) --* 

            The time that the analysis was created.

            
          

          - **LastUpdatedTime** *(datetime) --* 

            The time that the analysis was last updated.

            
      
    
      

      - **NextToken** *(string) --* 

        A pagination token that can be used in a subsequent request.

        
      

      - **Status** *(integer) --* 

        The HTTP status of the request.

        
      

      - **RequestId** *(string) --* 

        The Amazon Web Services request ID for this operation.

        
  
  **Exceptions**
  
  *   :py:class:`QuickSight.Client.exceptions.ThrottlingException`

  
  *   :py:class:`QuickSight.Client.exceptions.InvalidNextTokenException`

  
  *   :py:class:`QuickSight.Client.exceptions.UnsupportedUserEditionException`

  
  *   :py:class:`QuickSight.Client.exceptions.InternalFailureException`

  