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

# Get Authentication Session List

Retrieve a list of authentication sessions within a specified date range.

<Note>
  External Documentation

  To learn more, visit the [Cisco ISE documentation](https://developer.cisco.com/docs/identity-services-engine/latest/monitoring-open-api-monitoring-open-api/).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter  | Description                                           |
  | ---------- | ----------------------------------------------------- |
  | End Time   | The end time for filtering authentication sessions.   |
  | Start Time | The start time for filtering authentication sessions. |
</div>

## Example Output

```json theme={"dark"}
{
	"activeList": {
		"activeSession": {
			"user_name": "jdoe",
			"calling_station_id": "00-14-22-01-23-45",
			"orig_calling_station_id": "00-14-22-01-23-45",
			"nas_ip_address": "192.168.1.1",
			"nas_ipv6_address": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
			"acct_session_id": "session123",
			"audit_session_id": "audit123",
			"cpmsession_id": "cpm123",
			"server": "server1",
			"framed_ip_address": "192.168.1.100",
			"device_ip_address": "192.168.1.101",
			"framed_ipv6_address": {
				"ipv6_address": [
					"2001:0db8:85a3:0000:0000:8a2e:0370:7334",
					"2001:0db8:85a3:0000:0000:8a2e:0370:7335"
				]
			},
			"additionalProp": "Anything can be here"
		},
		"_noOfActiveSession": "10"
	}
}
```

## Workflow Library Example

[Get Authentication Session List with Cisco Ise and Send Results Via Email](https://library.blinkops.com/workflows/get-authentication-session-list-with-cisco-ise-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/get-authentication-session-list-with-cisco-ise-and-send-results-via-email/canvas" />
</div>
