Execute Superleap Object Query
Reports APIs
Execute Superleap Object Query
POST
Execute Superleap Object Query
Run a Superleap Object Query against a Superleap object and return the resulting records. This API is useful for analytics and reporting use cases such as field selection, counts, grouped summaries, and filtered datasets.
Replace
<domain> with your Superleap workspace domain. For example, app.superleap.com, sandbox.superleap.dev, or your tenant-specific domain.Headers
Bearer token for authentication, click here to generate one
application/json
Body
Superleap Object Query to execute. The query can include supported clauses such as
SELECT, field selection, aggregate functions like COUNT, WHERE filters, aliases, and LIMIT.Object slug to run the Superleap Object Query against (for example,
account).Superleap Object Query Language Support
Thequery field supports Superleap Object Query Language for the requested object. You can use both normal field-selection queries and aggregation queries.
Field Selection Query
Use a normalSELECT query to fetch fields from the object slug:
Aggregation Query
Use aggregate functions such asCOUNT for summary reports: