---
title: "POST /object/aql/totalcount"
method: POST
path: "/object/aql/totalcount"
---

# POST /object/aql/totalcount

`POST /object/aql/totalcount`

This API provides the total count of objects that match a specified AQL query. Please note that this operation may incur performance latency.

## Request body

- ObjectAQLTotalCountParams — An object that is used to find the total count of objects returned for a given AQL query
  - `qlQuery` string, required — The AQL that will filter the objects.

## Response `200`

An integer representing the total count for a given AQL

- ObjectAQLTotalCountResult — An object that is used to represent the total count of objects returned for a given AQL query
  - `totalCount` integer — The total number of objects which match the provided query.

## Other responses

- `400` — The system cannot fulfill the request due to validation errors. See the response body for more details.
- `403` — Authenticated user is missing permission to fulfill the request
- `429` — The request has been rate limited by the system. Every API key is allowed to perform 500 requests per minute to this endpoint.
- `500` — Something went wrong. Please try again later. If the error persists, contact our support team.

---

[API](https://skmtc.net/atlassian/apis/rest.md) · [All operations](https://skmtc.net/atlassian/apis/rest/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/rest/versions/07137e668210/schema)
