> ## 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 Next Logs Batch

Retrieve the next batch of logs retrieved by the last run of the `Get Logs` action.

<Note>
  External Documentation

  To learn more, visit the [Check Point Management documentation](https://sc1.checkpoint.com/documents/latest/APIs/?#web/show-logs~v2.0.1%20).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                              |
  | --------- | -------------------------------------------------------- |
  | Query ID  | The query ID returned by the previous `Get Logs` action. |
</div>

## Example Output

```json theme={"dark"}
{
	"logs": [
		{
			"severity": "Informational",
			"product_family": "Network",
			"product": "WEB_API",
			"sequencenum": "1",
			"subject": "Administrator Logout",
			"session_uid": "255c7ff6-913d-4283-929b-4c4f356271f4",
			"sendtotrackerasadvancedauditlog": "0",
			"type": "Audit",
			"orig_log_server_attr": [
				{
					"isCHKPObject": "true",
					"uuid": "030a3519-7c8f-5244-baeb-e8a6d86fb406",
					"resolved": "i-0bf47b0c949589471"
				}
			],
			"administrator": "WEB_API",
			"domain_name": "SMC User",
			"orig_log_server": "10.3.3.234",
			"additional_info": "logout localhost",
			"orig": "i-0bf47b0c949589471",
			"marker": "@A@@B@1687813200@C@778",
			"orig_log_server_ip": "10.3.3.234",
			"stored": "true",
			"calc_desc": "WEB_API logged out from WEB_API",
			"client_ip": "10.3.3.234",
			"time": "2023-06-27T13:33:59Z",
			"id": "0a0303ea-5d96-040c-649a-e54700000000",
			"operation": "Log Out"
		},
		{
			"severity": "Informational",
			"product_family": "Network",
			"product": "WEB_API",
			"sequencenum": "1",
			"subject": "Administrator Login",
			"sendtotrackerasadvancedauditlog": "0",
			"type": "Audit",
			"orig_log_server_attr": [
				{
					"isCHKPObject": "true",
					"uuid": "030a3519-7c8f-5244-baeb-e8a6d86fb406",
					"resolved": "i-0bf47b0c949589471"
				}
			],
			"administrator": "WEB_API",
			"orig_log_server": "10.3.3.234",
			"additional_info": "login by localhost",
			"orig": "i-0bf47b0c949589471",
			"marker": "@A@@B@1687813200@C@777",
			"orig_log_server_ip": "10.3.3.234",
			"stored": "true",
			"calc_desc": "WEB_API logged ln to WEB_API",
			"client_ip": "10.3.3.234",
			"time": "2023-06-27T13:33:58Z",
			"id": "0a0303ea-5d96-040c-649a-e54600000000",
			"operation": "Log In"
		}
	],
	"logs-count": 2,
	"query-id": "admin_19ec8f52-34a3-4129-b992-544604a7d1b9"
}
```

## Workflow Library Example

[Get Next Logs Batch with Check Point Management and Send Results Via Email](https://library.blinkops.com/workflows/get-next-logs-batch-with-check-point-management-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-next-logs-batch-with-check-point-management-and-send-results-via-email/canvas" />
</div>
