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

**************
batch_get_jobs
**************



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

  

  Returns a list of resource metadata for a given list of job names. After calling the ``ListJobs`` operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.

  

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


  **Request Syntax**
  ::

    response = client.batch_get_jobs(
        JobNames=[
            'string',
        ]
    )
    
  :type JobNames: list
  :param JobNames: **[REQUIRED]** 

    A list of job names, which might be the names returned from the ``ListJobs`` operation.

    

  
    - *(string) --* 

    

  
  :rtype: dict
  :returns: 
    

    **Response Syntax**
    ::

        # This section is too large to render.
        # Please see the AWS API Documentation linked below.

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


    

    **Response Structure**
    ::

        # This section is too large to render.
        # Please see the AWS API Documentation linked below.

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


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

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

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

  