{
"findings": [
{
"id": "<string>",
"project_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"title": "<string>",
"status": "STATUS_UNSPECIFIED",
"assignee": "<string>",
"priority": "PRIORITY_UNSPECIFIED",
"rationale": "<string>",
"data": {}
}
],
"next_page_token": "<string>"
}{
"code": 123,
"message": "<string>",
"details": [
{
"@type": "<string>"
}
]
}Findings
List Findings for project
GET
/
v1
/
beta
/
projects
/
{project_id}
/
findings
{
"findings": [
{
"id": "<string>",
"project_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"title": "<string>",
"status": "STATUS_UNSPECIFIED",
"assignee": "<string>",
"priority": "PRIORITY_UNSPECIFIED",
"rationale": "<string>",
"data": {}
}
],
"next_page_token": "<string>"
}{
"code": 123,
"message": "<string>",
"details": [
{
"@type": "<string>"
}
]
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
UUID

