> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Query Objects

Query all objects by an object type.

## Basic Parameters

<div className="integrations-table">
  | Parameter   | Description                                                                                                                                                                      |
  | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Object Type | The type of the object.                                                                                                                                                          |
  | Query       | The query. For more information about ThreatQuotient query language see [ThreatQuotient documentation](https://helpcenter.threatq.com/Developer_Resources/ThreatQ_REST_API.htm). |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                    |
  | --------- | -------------------------------------------------------------------------------------------------------------- |
  | Limit     | The maximum amount of results that are returned.                                                               |
  | Offset    | The offset of the results that are returned.                                                                   |
  | Sort      | The field to sort the response by. Adding a starting `-` sign will reverse the sort order. For example: `-id`. |
</div>

## Example Output

```json theme={"dark"}
{
	"total": -1,
	"data": [
		{
			"id": 68,
			"value": "MacBook Pro",
			"description": "Development machine",
			"created_at": "2021-07-29 13:58:03",
			"updated_at": "2022-04-12 08:32:16",
			"touched_at": "2021-11-13 15:28:17"
		}
	],
	"limit": 0,
	"offset": 1
}
```

## Workflow Library Example

[Query Objects with Threatquotient and Send Results Via Email](https://library.blinkops.com/workflows/query-objects-with-threatquotient-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/query-objects-with-threatquotient-and-send-results-via-email/canvas" />
</div>
