Fetch a Search Listing — a searchable, filterable, sortable, paginated collection. The body controls every aspect of the query: parameters that scope the listing (e.g. a category ID), free-textDocumentation Index
Fetch the complete documentation index at: https://docs.frontic.com/llms.txt
Use this file to discover all available pages before exploring further.
search, structured filter expressions, sort, and pagination via page + limit.
<listing-slug>. Per project — see your listing’s detail view in the API Builder.fs-context, fs-domain, fs-version, and fs-secret (only when the project has fetch keys configured).
400 Bad Request.
range, supply from, to, or both. Filter field values must be among the listing’s configured filter fields.order is "asc" or "desc". field values must be among the listing’s configured sort fields.perPageMax.| Code | When |
|---|---|
200 | Listing rendered (may have zero items) |
400 | Body validation failed — unknown filter field, sort field not in allowed sorts, limit above the configured max, search empty, etc. The details array spells out each violation. |
401 | fs-secret missing or wrong (only when the project has fetch keys configured) |
404 | Listing slug doesn’t exist for the resolved context |
403 | Project’s plan limit for Fetch API requests exceeded |