:doc:`Glue <../../glue>` / Client / list_workflows

**************
list_workflows
**************



.. py:method:: Glue.Client.list_workflows(**kwargs)

  

  Lists names of workflows created in the account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ListWorkflows>`_  


  **Request Syntax**
  ::

    response = client.list_workflows(
        NextToken='string',
        MaxResults=123
    )
    
  :type NextToken: string
  :param NextToken: 

    A continuation token, if this is a continuation request.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum size of a list to return.

    

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

    
    ::

      {
          'Workflows': [
              'string',
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Workflows** *(list) --* 

        List of names of workflows in the account.

        
        

        - *(string) --* 
    
      

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

        A continuation token, if not all workflow names have been returned.

        
  
  **Exceptions**
  
  *   :py:class:`Glue.Client.exceptions.InvalidInputException`

  
  *   :py:class:`Glue.Client.exceptions.InternalServiceException`

  
  *   :py:class:`Glue.Client.exceptions.OperationTimeoutException`

  