30 days free. No credit card. Full access from the moment you connect your site.

Start free trial

Get a JetEngine Options Page

Before changing a site-wide setting, your AI should see what is stored now.

content/get-jet-engine-options-page returns one options page by slug together with the values currently saved for its fields.

At a glance

Abilitycontent/get-jet-engine-options-page
ToolsetContent — toolset/content
GroupJetEngine › Options Pages
RequiresJetEngine, active on the site
Capabilitymanage_options
SafetyRead-only — changes nothing
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI Abilities Manager 0.1.0 and later

How it works

Pass the options page slug, as returned by List JetEngine Options Pages.

The values come straight from the page’s wp_options row, so they are what your templates and listings are reading right now.

It changes nothing.

Input

NameTypeRequiredWhat it is
slugstringYesThe options page slug.

What comes back

NameTypeWhat it is
pageobjectThe options page, its fields and their stored values.
successbooleanWhether the call completed.
messagestringA one-line summary of what happened, suitable for showing a human.
error_codestringPresent only on failure — a stable machine-readable reason, such as a missing field, a wrong field type or an unmet confirmation.

Example

Ask your assistant:

What’s currently saved on the Contact Details options page?

It resolves to one call:

{
  "ability": "content/get-jet-engine-options-page",
  "parameters": {
    "slug": "contact-details"
  }
}

Worth knowing

  • Read-only.
  • Check the exact field name here before updating it — field names are case-sensitive.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading