Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsFibery ToolsFibery Post Fetch Data List
Fibery Tools

Fibery Post Fetch Data List

Fetches one page of distinct values for a specific field from a Fibery entity type. Returns a list of unique options that can be used for filtering, dropdowns, or autocomplete. ONE Fibery API call is made per invocation; pagination is caller-driven via the `offset` and `limit` r…

Write actionRisk level 2 of 5API key connection
Use Fibery Post Fetch Data List

Pricing and limits

Aident logo

Product

Aident LoadoutAident Playbook EditorOpen-CUAK

About

AppsSkillsUse CasesDocsBlogPricingDownloadsPrivacy PolicyTerms of Service

Alternatives

vs Composiovs Zapier
llms.txtGet an AI summary of Aident LoadoutSummarize with ChatGPTSummarize with ClaudeSummarize with GeminiSummarize with Perplexity

© Aident Labs, 2024-2026

Pricing
Free
Unified payment
Not currently supported

Inputs

  • fieldstring
    Required
    Field identifier to fetch distinct values for. Use fully-qualified field names in 'Namespace/FieldName' format. Note: for system entity 'fibery/user', fields use 'user/' prefix (e.g., 'user/name'), while 'fibery/id' works for all entities.
  • limitinteger
    Maximum number of rows/options to fetch in this single call (1-1000). Forwarded to Fibery as the page size for both the `/datalist` primary path and the `/commands` fallback (`q/limit`). NOTE: this caps ROWS fetched, not unique options — duplicate field values are deduplicated i…
  • offsetinteger
    Zero-based offset for caller-driven pagination. On the first call pass 0 (or omit). To fetch the next page, pass the `next_offset` returned by the previous call. Applies to both the `/datalist` primary path (where it is forwarded as a query parameter) and the `/commands` fallbac…
  • sourcestring
    Required
    Full Fibery entity type name in 'Namespace/Type' format. Use the workspace schema to discover available types.

Observable output

  • data
    Required
    Data from the action execution
  • errorstring
    Error if any occurred during the execution of the action
  • successfulboolean
    Required
    Whether or not the action execution was successful or not

Skills that use this Action

Related use cases

No verified related use cases are linked yet.

Official source

Provider source

Skills that use this Action

No published Skills explicitly reference this Action yet.