The Status Labels API allows you to manage the status labels that define whether assets are deployable, pending, archived, or undeployable.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/grokability/snipe-it/llms.txt
Use this file to discover all available pages before exploring further.
List Status Labels
Number of results to return
Offset for pagination
Search string to filter results
Column to sort by. Allowed values:
id, name, assets_count, color, default_labelSort order:
asc or descFilter by status type:
deployable, pending, archived, undeployableTotal number of status labels
Array of status label objects
Get Status Label by ID
The status label ID
Create Status Label
Status label name
Status type. Allowed values:
deployable, pending, archived, undeployableHex color code (e.g., #FF5733)
Whether to show this status in the navigation sidebar
Whether this should be the default status label for new assets
Status label notes
Status Types:
- deployable: Assets that can be checked out to users
- pending: Assets awaiting some action (repairs, configuration, etc.)
- archived: Assets that are no longer in active use
- undeployable: Assets that cannot be deployed (broken, lost, etc.)
Update Status Label
The status label ID
Delete Status Label
The status label ID
A status label cannot be deleted if it has any assets assigned to it. You must first change the status of all associated assets.
Check if Deployable
The status label ID
Get Assets by Status
The status label ID
Number of results to return
Offset for pagination
