Skip to content

Check if there is a SARIF report available from a drift check run for a stack.

HEAD
/v1/stacks/{org_uuid}/{stack_id}/reports/static_analysis

This method should be used for clients if they don't want to
download a potentially large security report.

Authorizations

apiKey

API key as username in Basic Authorization with
empty password.

TypeAPI Key (header: Authorization)
or
jwtToken
TypeHTTP (bearer)

Parameters

Path Parameters

org_uuid*

UUID of the organization

Typestring
Required
format"uuid"
stack_id*

ID of the Stack

Typeinteger
Required
format"int64"

Responses

OK, if present.

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI