A valid request URL is required to generate request examples{
"nextToken": "<string>",
"prefix": "<string>",
"maxResults": 123,
"logs": [
{
"key": "<string>",
"logUrl": "<string>",
"size": 123,
"lastModified": "2023-11-07T05:31:56Z"
}
],
"isTruncated": true
}Get the runtime logs, as s3 objects, for a Kibo Hosted Headless application. A Kibo site must be first linked to a headless hosted application before using this API.
A valid request URL is required to generate request examples{
"nextToken": "<string>",
"prefix": "<string>",
"maxResults": 123,
"logs": [
{
"key": "<string>",
"logUrl": "<string>",
"size": 123,
"lastModified": "2023-11-07T05:31:56Z"
}
],
"isTruncated": true
}JWT Authorization header using the Bearer scheme.
The optional date filter, in the format "yyyy-mm-dd-hh". example usage: for year 2024, datePrefix=2024 for first month of 2024, datePrefix=2024-01 for first day, first month of 2024, datePrefix=2024-01-01
The maximum number of records to list in a single response. defaults to 20, maximum is 100
A pagination token
limits which fields are returned in the response body
Success
Response object for looking up headless storefront runtime logs.
A token used for paginating through runtime logs on subsequent requests.
The prefix provided in runtime log lookup
The max result provided in runtime log lookup
A list of items representing headless application build jobs.
Show child attributes
Flag to indicate if all results were returned. If IsTruncated is true, use NextToken to retrieve additional results.