> ## 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 Ticket Status

Returns a records of status object.

<Note>
  External Documentation

  To learn more, visit the [EasyVista documentation](https://wiki.easyvista.com/xwiki/bin/view/Documentation/Integration/WebService%20REST/REST%20API%20-%20See%20the%20ticket%20status%20list/).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                        |
  | --------- | ---------------------------------------------------------------------------------------------------------------------------------- |
  | Fields    | Selected fields to be returned<br />Example: **fields=submit\_date\_ut+desc,end\_date\_ut,requestor.last\_name,recipient.e\_mail** |
  | Limit     | Maximum number of rows to be returned.                                                                                             |
  | Search    | Search/Filter on fields.<br />For Example:<br />**rfc\_number:"I161026\_000005**<br />**submit\_date\_ut:last\_week**              |
</div>

## Example Output

```json theme={"dark"}
{
	"DELAY": "string",
	"HOLIDAY_LIST_ID": "string",
	"HREF": "string",
	"NAME_EN": "string",
	"NAME_FR": "string",
	"NAME_GE": "string",
	"NAME_IT": "string",
	"NAME_L1": "string",
	"NAME_L2": "string",
	"NAME_L3": "string",
	"NAME_L4": "string",
	"NAME_L5": "string",
	"NAME_L6": "string",
	"NAME_PO": "string",
	"NAME_SP": "string",
	"NEXT_BUSINESS_DAY": "string",
	"SLA_GUID": "string",
	"SLA_ID": "string",
	"TIME_LIMIT": "string",
	"TIME_TARGET": "string",
	"WORKING_HOURS_ID": "string"
}
```

## Workflow Library Example

[List Ticket Status with Easyvista and Send Results Via Email](https://library.blinkops.com/workflows/list-ticket-status-with-easyvista-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-ticket-status-with-easyvista-and-send-results-via-email/canvas" />
</div>
