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

Get an App by client id.

<Note>
  External Documentation

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

## Parameters

<div className="integrations-table">
  | Parameter       | Description                            |
  | --------------- | -------------------------------------- |
  | Client ID       | Client ID.                             |
  | Organization ID | Unique identifier for an organization. |
</div>

## Example Output

```json theme={"dark"}
{
	"jsonapi": {
		"version": "1.0"
	},
	"data": {
		"id": "88aa6d30-501a-4f4e-bf44-d3fa360f930e",
		"type": "app",
		"attributes": {
			"org_public_id": "bdac969a-d4c0-4b3a-905a-8bf7737f8fa8",
			"name": "testapp1688566943456",
			"client_id": "6f76b66b-4871-4ada-b3f0-3fa063ef87e8",
			"redirect_uris": [
				"https://sso-app.dev.example.com"
			],
			"scopes": [
				"org.read"
			],
			"access_token_ttl_seconds": 3600,
			"is_public": false,
			"context": "tenant",
			"is_confidential": true
		}
	}
}
```

## Workflow Library Example

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