:doc:`Amplify <../../amplify>` / Client / get_artifact_url

****************
get_artifact_url
****************



.. py:method:: Amplify.Client.get_artifact_url(**kwargs)

  

  Returns the artifact info that corresponds to an artifact id.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/GetArtifactUrl>`_  


  **Request Syntax**
  ::

    response = client.get_artifact_url(
        artifactId='string'
    )
    
  :type artifactId: string
  :param artifactId: **[REQUIRED]** 

    The unique ID for an artifact.

    

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

    
    ::

      {
          'artifactId': 'string',
          'artifactUrl': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 

      Returns the result structure for the get artifact request.

      
      

      - **artifactId** *(string) --* 

        The unique ID for an artifact.

        
      

      - **artifactUrl** *(string) --* 

        The presigned URL for the artifact.

        
  
  **Exceptions**
  
  *   :py:class:`Amplify.Client.exceptions.BadRequestException`

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

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

  
  *   :py:class:`Amplify.Client.exceptions.NotFoundException`

  
  *   :py:class:`Amplify.Client.exceptions.LimitExceededException`

  