{
"finding": {
"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": {}
}
}{
"code": 123,
"message": "<string>",
"details": [
{
"@type": "<string>"
}
]
}Findings
Get a single Finding by ID
GET
/
v1
/
beta
/
projects
/
{project_id}
/
findings
/
{finding_id}
{
"finding": {
"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": {}
}
}{
"code": 123,
"message": "<string>",
"details": [
{
"@type": "<string>"
}
]
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
A successful response.
Show child attributes
Show child attributes

