# Conga - Query records action
The Query records action searches for records in Conga.
# Input
| Input field | Description |
|---|---|
| Object | Select the type of object to query for. |
| Include total count | Select True or False to determine if the response will include a total count of records. |
# Output
| Output field | Description |
|---|---|
| Success | A boolean response that indicates if the action was successful. |
| Data |
|
| Has more records | Indicates if the query includes additional records. |
| Record count | A count of the total number of records in the query. |
| Status code | A code indicating the status of the action, such as OK, BadRequest, Unauthorized, and more. |
| Next cursor | An identifier for the next page of query results. |
Last updated: 2/4/2026, 8:00:00 PM