v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1460298233.0 KB

Gets an authentication token and the URL at which the notebook can be accessed. During programmatic access, <code>CreatePresignedNotebookUrl</code> must be called every 10 minutes to refresh the authentication token. For information about granting programmatic access, see <a href="https://docs.aws.amazon.com/athena/latest/ug/setting-up.html#setting-up-grant-programmatic-access">Grant programmatic access</a>.

post/#X-Amz-Target=AmazonAthena.CreatePresignedNotebookUrl

Headers

X-Amz-Target'AmazonAthena.CreatePresignedNotebookUrl' required

Request body

SessionIdstring required

The session ID.

Response

Success

NotebookUrlstring required

The URL of the notebook. The URL includes the authentication token and notebook file name and points directly to the opened notebook.

AuthTokenstring required

The authentication token for the notebook.

AuthTokenExpirationTimeinteger required

The UTC epoch time when the authentication token expires.