Skip to main content
GET
/
api
/
v1
/
github
/
review-metadata
Get review metadata
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/github/review-metadata \
  --header 'Authorization: Bearer <token>'
{
  "open_comment_count": 123,
  "review_count": 123,
  "critical_count": 123,
  "findings": [
    {
      "body": "<string>",
      "category": "<string>",
      "file": "<string>",
      "github_comment_id": 123,
      "line_number": 123,
      "resolved": true,
      "resolved_by": "<string>",
      "severity": "critical",
      "title": "<string>"
    }
  ],
  "findings_count": 123,
  "high_count": 123,
  "last_review_id": 123,
  "last_reviewed_commit": "<string>",
  "medium_count": 123,
  "posted_count": 123,
  "summary": "<string>",
  "tasks": [
    {
      "command": "<string>",
      "status": "<string>",
      "task_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "completed_at": "2023-11-07T05:31:56Z",
      "result_data": {},
      "result_summary": "<string>",
      "thread_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT authentication token

Query Parameters

installation_id
string<uuid>
required

Installation record ID

repo
string
required

Full repository name

pr_number
integer
required

Pull request number

Response

Review metadata with task history

open_comment_count
integer
required
review_count
integer
required
critical_count
integer
findings
object[]
findings_count
integer
high_count
integer
last_review_id
integer<int64>
last_reviewed_commit
string
medium_count
integer
posted_count
integer
summary
string
tasks
object[]