Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsFireberry ToolsFireberry Query Records2
Fireberry Tools

Fireberry Query Records2

Query records in any Fireberry object with advanced filtering, sorting, and pagination. Use the query field to specify filter conditions that records must meet to be returned. This action provides direct access to Fireberry's query API endpoint with support for complex filter ex…

Write actionRisk level 2 of 5API key connection
Use Fireberry Query Records2

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

  • querystring
    Query filter string to narrow down results. Use format: (fieldname operator value) with AND/OR operators for multiple conditions. Operators: = (equals), > (greater than), < (less than), >= (greater or equal), <= (less or equal), contains, startsWith, endsWith. Example: '(idnumbe…
  • fieldsstring
    Comma-separated list of field names to return in the results. If not specified, all fields are returned. Use Fireberry system field names (e.g., 'accountname,emailaddress1,telephone1').
  • objectstring
    Required
    The object type to query. Use the object's system name (e.g., 'account', 'contact', 'lead') or numeric ID. Common values: 'account' or '1' for Accounts, 'contact' or '2' for Contacts, 'cases' or '5' for Cases.
  • sort_bystring
    Field name to sort results by. Use Fireberry system field names (e.g., 'accountname', 'createdon').
  • page_sizeinteger
    Number of records to return per page. Default is 50.
  • sort_typestring
    Sort direction: 'asc' for ascending (A-Z, oldest first) or 'desc' for descending (Z-A, newest first).
  • objecttypeinteger
    The object type identifier as an integer (e.g., 1 for Account, 2 for Contact, 5 for Cases). If not provided, the system will attempt to resolve from the 'object' parameter.
  • page_numberinteger
    Page number for pagination (1-indexed). Default is 1.

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.