v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1437207152.4 KB

Returns the website access logs for a specific time range using a presigned URL.

post/apps/{appId}/accesslogs

Path parameters

appIdstring required

The unique ID for an Amplify app.

Request body

startTimestring date-time

The time at which the logs should start. The time range specified is inclusive of the start time.

endTimestring date-time

The time at which the logs should end. The time range specified is inclusive of the end time.

domainNamestring required

The name of the domain.

Response

Success

logUrlstring

The pre-signed URL for the requested access logs.