> ## 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.

# List Objects

List all objects by their type.

## Basic Parameters

<div className="integrations-table">
  | Parameter   | Description                                      |
  | ----------- | ------------------------------------------------ |
  | Limit       | The maximum amount of results that are returned. |
  | Object Type | The type of the object to list.                  |
  | Offset      | The offset of the results that are returned.     |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                    |
  | --------- | -------------------------------------------------------------------------------------------------------------- |
  | Include   | A comma-separated list of related object names to include in the response.                                     |
  | 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": 952,
	"data": [
		{
			"id": 187,
			"name": "<string>",
			"created_at": "2025-04-01 10:50:55",
			"updated_at": "2025-04-07 07:40:01",
			"description": null,
			"touched_at": "2025-04-07 07:36:23"
		},
		{
			"id": 142,
			"name": "<string>",
			"created_at": "2025-04-01 10:50:55",
			"updated_at": "2025-04-07 07:40:01",
			"description": null,
			"touched_at": "2025-04-07 07:36:23"
		}
	]
}
```

## Workflow Library Example

[List Objects with Threatquotient and Send Results Via Email](https://library.blinkops.com/workflows/list-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/list-objects-with-threatquotient-and-send-results-via-email/canvas" />
</div>
