paws.analytics (version 0.1.0)

athena_batch_get_query_execution: Returns the details of a single query execution or a list of up to 50 query executions, which you provide as an array of query execution ID strings

Description

Returns the details of a single query execution or a list of up to 50 query executions, which you provide as an array of query execution ID strings. Requires you to have access to the workgroup in which the queries ran. To get a list of query execution IDs, use ListQueryExecutionsInput\$WorkGroup. Query executions differ from named (saved) queries. Use BatchGetNamedQueryInput to get details about named queries.

Usage

athena_batch_get_query_execution(QueryExecutionIds)

Arguments

QueryExecutionIds

[required] An array of query execution IDs.

Request syntax

svc$batch_get_query_execution(
  QueryExecutionIds = list(
    "string"
  )
)