For AI agents and LLMs: a machine-readable index is available at llms.txt. A plain-Markdown version of any documentation page is available by appending .md to its URL.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
session_idstringrequired
Session ID
Query Parameters
annotationIdstring
Annotation ID (slug) to fetch command logs for a specific annotation. Take this value from the annotationId field of a placeholder entry in the full command log response (e.g. open-homepage_1). When provided, returns only the command logs for that annotation on the requested page.
pageNumberinteger
Page number of the annotation command log to fetch. Only used when annotationId is set. Defaults to 1. Annotations spanning multiple pages require separate calls per page.