Get Runtime Logs
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.
Documentation Index
Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT Authorization header using the Bearer scheme.
Query Parameters
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
Response
OK
Response object for looking up headless storefront runtime logs.
Flag to indicate if all results were returned. If IsTruncated is true, use NextToken to retrieve additional results.
A list of items representing headless application build jobs.
The max result provided in runtime log lookup
A token used for paginating through runtime logs on subsequent requests.
The prefix provided in runtime log lookup

