Skip to content

Get last SARIF report from a drift check run for a stack.

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

All members of the organization with any role are allowed to
query.

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 with a v2.1.0 SARIF report.

SARIF spec can be found here: https://docs.oasis-open.org/sarif/sarif/v2.1.0/errata01/os/sarif-v2.1.0-errata01-os-complete.html#_Toc141790888

application/json
JSON
[
]

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI