This action returns the single deployment your token can access. The action additionally returns links to related resources available on this API.
External DocumentationTo learn more, visit the SemGrep documentation.

Example Output

{
	"deployments": [
		{
			"slug": "your-deployment",
			"id": 120,
			"name": "Your Deployment",
			"findings": {
				"url": "https://semgrep.dev/api/v1/deployments/123/findings"
			}
		}
	]
}

Workflow Library Example

Get Deployment with Semgrep and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop