Retrieve a list of status labels.

Basic Parameters

ParameterDescription
Return All PagesAutomatically fetch all resources, page by page.
SearchString to search on.

Advanced Parameters

ParameterDescription
LimitNumber of records to return.
OffsetOffset to use when retrieving results (useful in pagination).
OrderSort order (asc or desc).
SortField to order by.

Example Output

{
	"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

Preview this Workflow on desktop