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

Return a listing of licenses.

## Basic Parameters

<div className="integrations-table">
  | Parameter        | Description                                      |
  | ---------------- | ------------------------------------------------ |
  | Return All Pages | Automatically fetch all resources, page by page. |
  | Search           | A text string to search the assets data for.     |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                      |
  | --------- | ------------------------------------------------------------------------------------------------ |
  | Expand    | Whether to include detailed information on categories, etc (true) or just the text name (false). |
  | Limit     | Specify the number of results you wish to return.                                                |
  | Offset    | Offset to use.                                                                                   |
  | Order     | Specify the order (asc or desc) you wish to order by on your sort column.                        |
  | Sort      | Specify the column name you wish to sort by.                                                     |
</div>

## Example Output

```json theme={"dark"}
{
	"total": 6,
	"rows": [
		{
			"id": 8,
			"name": "<string>",
			"company": null,
			"manufacturer": null,
			"product_key": "<string>",
			"order_number": null,
			"purchase_order": null,
			"purchase_date": null,
			"termination_date": null,
			"depreciation": null,
			"purchase_cost": "<string>",
			"purchase_cost_numeric": "<string>",
			"notes": "<string>",
			"expiration_date": null,
			"seats": 19,
			"free_seats_count": 19,
			"remaining": 2,
			"min_amt": null,
			"license_name": null,
			"license_email": "<string>",
			"reassignable": true,
			"maintained": false,
			"supplier": null,
			"category": {
				"id": 1,
				"name": "<string>"
			},
			"created_by": null,
			"created_at": {
				"datetime": "2025-04-01 01:10:12",
				"formatted": "Tue Apr 01, 2025 1:10AM"
			},
			"updated_at": {
				"datetime": "2025-04-01 01:10:12",
				"formatted": "Tue Apr 01, 2025 1:10AM"
			},
			"deleted_at": null,
			"user_can_checkout": true,
			"available_actions": {
				"checkout": true,
				"checkin": true,
				"clone": true,
				"update": true,
				"delete": true
			}
		},
		{
			"id": 4,
			"name": "<string>",
			"company": null,
			"manufacturer": null,
			"product_key": "<string>",
			"order_number": null,
			"purchase_order": null,
			"purchase_date": null,
			"termination_date": null,
			"depreciation": null,
			"purchase_cost": null,
			"purchase_cost_numeric": null,
			"notes": null,
			"expiration_date": null,
			"seats": 40,
			"free_seats_count": 39,
			"remaining": 21,
			"min_amt": null,
			"license_name": null,
			"license_email": null,
			"reassignable": false,
			"maintained": false,
			"supplier": null,
			"category": {
				"id": 17,
				"name": "<string>"
			},
			"created_by": null,
			"created_at": {
				"datetime": "2025-04-01 01:10:12",
				"formatted": "Tue Apr 01, 2025 1:10AM"
			},
			"updated_at": {
				"datetime": "2025-04-01 01:10:12",
				"formatted": "Tue Apr 01, 2025 1:10AM"
			},
			"deleted_at": null,
			"user_can_checkout": true,
			"available_actions": {
				"checkout": true,
				"checkin": true,
				"clone": true,
				"update": true,
				"delete": true
			}
		}
	]
}
```

## Workflow Library Example

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