Tool to query Prismic documents using predicates and pagination. Use when you need to fetch multiple documents from a repository after obtaining a ref.
qstringQuery predicate(s) to filter documents using Prismic predicate syntax. Use double brackets for predicates: '[[at(document.type, "page")]]'. For multiple predicates, combine them in one string: '[[at(document.type, "blog")][at(document.tags, ["featured"])]]'.
refRequiredstringContent release reference ID from the repository (typically the master ref). Use PRISMIC_REPOSITORY_API_GET_REFS action to obtain valid ref values.
langstringLanguage code to query (e.g., 'en-us'), default '*' for all languages
pageintegerPage number for pagination, starting from 1
afterstringDocument ID to paginate after for deep pagination.
fetchstringComma-separated list of specific fields to fetch for each document (e.g., 'document.title,document.description'). Reduces response size by only including specified fields.
pageSizeintegerNumber of documents per page (1-100)
orderingsstringSort order, e.g., '[my.article.date desc]'
fetchLinksstringComma-separated list of fields from linked documents to include in the response (e.g., 'author.name,category.title'). Allows fetching related content in a single query.
graphQuerystringGraphQuery to specify which fields to return.
access_tokenstringPrivate API content token for authentication, if required.
integrationFieldsRefstringReference of integration fields content.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.