:doc:`Artifact <../../artifact>` / Client / get_report

**********
get_report
**********



.. py:method:: Artifact.Client.get_report(**kwargs)

  

  Get the content for a single report.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/artifact-2018-05-10/GetReport>`_  


  **Request Syntax**
  ::

    response = client.get_report(
        reportId='string',
        reportVersion=123,
        termToken='string'
    )
    
  :type reportId: string
  :param reportId: **[REQUIRED]** 

    Unique resource ID for the report resource.

    

  
  :type reportVersion: integer
  :param reportVersion: 

    Version for the report resource.

    

  
  :type termToken: string
  :param termToken: **[REQUIRED]** 

    Unique download token provided by GetTermForReport API.

    

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

    
    ::

      {
          'documentPresignedUrl': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **documentPresignedUrl** *(string) --* 

        Presigned S3 url to access the report content.

        
  
  **Exceptions**
  
  *   :py:class:`Artifact.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Artifact.Client.exceptions.ThrottlingException`

  
  *   :py:class:`Artifact.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Artifact.Client.exceptions.ConflictException`

  
  *   :py:class:`Artifact.Client.exceptions.InternalServerException`

  
  *   :py:class:`Artifact.Client.exceptions.ValidationException`

  
  *   :py:class:`Artifact.Client.exceptions.ServiceQuotaExceededException`

  