:doc:`GroundStation <../../groundstation>` / Client / get_agent_configuration

***********************
get_agent_configuration
***********************



.. py:method:: GroundStation.Client.get_agent_configuration(**kwargs)

  

  

  .. note::

    

    For use by AWS Ground Station Agent and shouldn't be called directly.

    

   

  Gets the latest configuration information for a registered agent.

  

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetAgentConfiguration>`_  


  **Request Syntax**
  ::

    response = client.get_agent_configuration(
        agentId='string'
    )
    
  :type agentId: string
  :param agentId: **[REQUIRED]** 

    UUID of agent to get configuration information for.

    

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

    
    ::

      {
          'agentId': 'string',
          'taskingDocument': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **agentId** *(string) --* 

        UUID of agent.

        
      

      - **taskingDocument** *(string) --* 

        Tasking document for agent.

        
  
  **Exceptions**
  
  *   :py:class:`GroundStation.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`GroundStation.Client.exceptions.DependencyException`

  
  *   :py:class:`GroundStation.Client.exceptions.ResourceNotFoundException`

  