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

Valid filter fields are `system_id` and `cpu_subtype`.

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                                                                                          |
  | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Filter    | Supported operators are: eq, in. e.g:<br />Filter for single value:<br />`filter=field:eq:value`<br />Filter for any value in a list: (note "pipe" character: `\|` separating values)<br />`filter=field:in:value1\|value2\|value3`. |
  | Limit     | Specify the maximum number of system records to return in the response.                                                                                                                                                              |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                                                                                                                                                                                                             |
  | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Organization ID | Organization identifier that can be obtained from console settings.                                                                                                                                                                                                                                     |
  | Skip            | The offset into the records to return.                                                                                                                                                                                                                                                                  |
  | Sort            | The comma separated fields used to sort the collection.<br />Default sort is ascending, prefix with `-` to sort descending. e.g:<br />Sort by single field:<br />`sort=field`<br />Sort descending by single field:<br />`sort=-field`<br />Sort by multiple fields:<br />`sort=field1,-field2,field3`. |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"collection_time": "2019-06-03T19:41:30.771Z",
		"computer_name": "Johnny's MacBook Pro (2)",
		"cpu_brand": "Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz",
		"cpu_logical_cores": 8,
		"cpu_microcode": "",
		"cpu_physical_cores": 4,
		"cpu_subtype": "Intel x86-64h Haswell",
		"cpu_type": "x86_64h",
		"hardware_model": "MacBookPro14,3 ",
		"hardware_serial": "111111FFFFFF",
		"hardware_vendor": "Apple Inc. ",
		"hardware_version": "1.0 ",
		"hostname": "johnnys-macbook-pro-2.local",
		"local_hostname": "Jonnys-MacBook-Pro-2",
		"physical_memory": "17179869184",
		"system_id": "5c9e51a13c5146f89bae12d9",
		"uuid": "11111111-FFFF-1111-FFFF-111111111111"
	}
]
```

## Workflow Library Example

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