Artifact / Client / get_term_for_report

get_term_for_report#

Artifact.Client.get_term_for_report(**kwargs)#

Get the Term content associated with a single report.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    Unique resource ID for the report resource.

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

Return type:

dict

Returns:

Response Syntax

{
    'documentPresignedUrl': 'string',
    'termToken': 'string'
}

Response Structure

  • (dict) –

    • documentPresignedUrl (string) –

      Presigned S3 url to access the term content.

    • termToken (string) –

      Unique token representing this request event.

Exceptions