For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
A limit on the number of objects to be returned. The limit can range between 1 and 100, and the default is 10.
pageintegerOptional
Pagination returns the results in pages. Each page contains the number of results specified by the limit (default: 10). If not specified, results 1-10 from page 1 will be returned.
orderenumOptionalDefaults to asc
The direction of the request. Defaults to asc.
Allowed values:
order_bystringOptional
The field to order by. Defaults to created.
Response
OK
datalist of objects
A list of post templates available for this publication.
limitinteger
The limit placed on the results. If no limit was specified in the request, this defaults to 10.
pageinteger>=0Defaults to 1
The page number the results are from. If no page was specified in the request, this defaults to page 1.