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

Retrieve a list of status labels.

## Basic Parameters

<div className="integrations-table">
  | Parameter        | Description                                      |
  | ---------------- | ------------------------------------------------ |
  | Return All Pages | Automatically fetch all resources, page by page. |
  | Search           | String to search on.                             |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                                   |
  | --------- | ------------------------------------------------------------- |
  | Limit     | Number of records to return.                                  |
  | Offset    | Offset to use when retrieving results (useful in pagination). |
  | Order     | Sort order (asc or desc).                                     |
  | Sort      | Field to order by.                                            |
</div>

## Example Output

```json theme={"dark"}
{
	"total": 1,
	"rows": [
		{
			"id": 8,
			"name": "<string>",
			"type": "<string>",
			"color": null,
			"show_in_nav": false,
			"default_label": false,
			"assets_count": 2,
			"notes": "<string>",
			"created_by": {
				"id": 2,
				"name": "<string>"
			},
			"created_at": {
				"datetime": "1974-10-03 09:40:42",
				"formatted": "Thu Oct 03, 1974 9:40AM"
			},
			"updated_at": {
				"datetime": "2025-03-31 02:41:43",
				"formatted": "Mon Mar 31, 2025 2:41AM"
			},
			"available_actions": {
				"update": true,
				"delete": true
			}
		},
		{
			"id": 9,
			"name": "<string>",
			"type": "<string>",
			"color": null,
			"show_in_nav": false,
			"default_label": false,
			"assets_count": 1,
			"notes": "<string>",
			"created_by": {
				"id": 1,
				"name": "<string>"
			},
			"created_at": {
				"datetime": "1974-10-03 09:40:42",
				"formatted": "Thu Oct 03, 1974 9:40AM"
			},
			"updated_at": {
				"datetime": "2025-03-31 02:41:43",
				"formatted": "Mon Mar 31, 2025 2:41AM"
			},
			"available_actions": {
				"update": true,
				"delete": true
			}
		}
	]
}
```

## Workflow Library Example

[List Statuses with Snipe It and Send Results Via Email](https://library.blinkops.com/workflows/list-statuses-with-snipe-it-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-statuses-with-snipe-it-and-send-results-via-email/canvas" />
</div>
