Artifact / Client / get_report

get_report#

Artifact.Client.get_report(**kwargs)#

Get the content for a single report.

See also: AWS API Documentation

Request Syntax

response = client.get_report(
    reportId='string',
    reportVersion=123,
    termToken='string'
)
Parameters:
  • reportId (string) –

    [REQUIRED]

    Unique resource ID for the report resource.

  • reportVersion (integer) – Version for the report resource.

  • termToken (string) –

    [REQUIRED]

    Unique download token provided by GetTermForReport API.

Return type:

dict

Returns:

Response Syntax

{
    'documentPresignedUrl': 'string'
}

Response Structure

  • (dict) –

    • documentPresignedUrl (string) –

      Presigned S3 url to access the report content.

Exceptions