> ## 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 App Bots

Get a list of app bots authorized to an organization.

<Note>
  External Documentation

  To learn more, visit the [Snyk documentation](https://apidocs.snyk.io/?version=2025-11-05#get-/orgs/-org_id-/app_bots).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter        | Description                                      |
  | ---------------- | ------------------------------------------------ |
  | Organization ID  | Unique identifier for an organization.           |
  | Return All Pages | Automatically fetch all resources, page by page. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter      | Description                                                |
  | -------------- | ---------------------------------------------------------- |
  | Ending Before  | Return the page of results immediately before this cursor. |
  | Expand         | Expand relationships.                                      |
  | Limit          | Number of results to return per page.                      |
  | Starting After | Return the page of results immediately after this cursor.  |
</div>

## Example Output

```json theme={"dark"}
{
	"data": [
		{
			"attributes": {},
			"id": "1892a66d-9340-4000-8a3a-8371b9345401",
			"links": {
				"first": "https://example.com/api/resource",
				"last": "https://example.com/api/resource",
				"next": "https://example.com/api/resource",
				"prev": "https://example.com/api/resource",
				"related": "https://example.com/api/resource",
				"self": "https://example.com/api/resource"
			},
			"relationships": {
				"app": {
					"data": {
						"attributes": {
							"client_id": "941b423a-e0a0-4a33-a7ca-dd9e9e6bd8cf",
							"context": "tenant",
							"name": "My App",
							"scopes": [
								"A"
							]
						},
						"id": "1892a66d-9350-4000-86ff-1360e2ef9b01",
						"links": {
							"first": "https://example.com/api/resource",
							"last": "https://example.com/api/resource",
							"next": "https://example.com/api/resource",
							"prev": "https://example.com/api/resource",
							"related": "https://example.com/api/resource",
							"self": "https://example.com/api/resource"
						},
						"type": "string"
					}
				}
			},
			"type": "string"
		}
	],
	"jsonapi": {
		"version": "1.0"
	},
	"links": {
		"first": "https://example.com/api/resource?ending_before=v1.eyJpZCI6IjExIn0K",
		"last": "https://example.com/api/resource?starting_after=v1.eyJpZCI6IjMwIn0K",
		"next": "https://example.com/api/resource?starting_after=v1.eyJpZCI6IjEwIn0K"
	}
}
```

## Workflow Library Example

[Get App Bots with Snyk and Send Results Via Email](https://library.blinkops.com/workflows/get-app-bots-with-snyk-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-app-bots-with-snyk-and-send-results-via-email/canvas" />
</div>
