:doc:`IoT <../../iot>` / Client / list_thing_registration_task_reports

************************************
list_thing_registration_task_reports
************************************



.. py:method:: IoT.Client.list_thing_registration_task_reports(**kwargs)

  

  Information about the thing registration tasks.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iot-2015-05-28/ListThingRegistrationTaskReports>`_  


  **Request Syntax**
  ::

    response = client.list_thing_registration_task_reports(
        taskId='string',
        reportType='ERRORS'|'RESULTS',
        nextToken='string',
        maxResults=123
    )
    
  :type taskId: string
  :param taskId: **[REQUIRED]** 

    The id of the task.

    

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

    The type of task report.

    

  
  :type nextToken: string
  :param nextToken: 

    To retrieve the next set of results, the ``nextToken`` value from a previous response; otherwise **null** to receive the first set of results.

    

  
  :type maxResults: integer
  :param maxResults: 

    The maximum number of results to return per request.

    

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

    
    ::

      {
          'resourceLinks': [
              'string',
          ],
          'reportType': 'ERRORS'|'RESULTS',
          'nextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **resourceLinks** *(list) --* 

        Links to the task resources.

        
        

        - *(string) --* 
    
      

      - **reportType** *(string) --* 

        The type of task report.

        
      

      - **nextToken** *(string) --* 

        The token to use to get the next set of results, or **null** if there are no additional results.

        
  
  **Exceptions**
  
  *   :py:class:`IoT.Client.exceptions.InvalidRequestException`

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

  
  *   :py:class:`IoT.Client.exceptions.UnauthorizedException`

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

  