Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.thru.org/llms.txt

Use this file to discover all available pages before exploring further.

Messages

PageRequest

FieldTypeDescription
page_sizeoptional ``uint32Maximum number of items to return in a single response.
page_tokenoptional ``stringToken identifying the position to resume from.
order_byoptional ``stringOptional ordering specification in “field [ascdesc]” form.

PageResponse

FieldTypeDescription
next_page_tokenoptional ``stringToken to retrieve the next page of results, if any.
total_sizeoptional ``uint64Total number of items available when known.