Skip to main content
GET
Get triage status by Neo task id

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

task_id
string<uuid>
required

Neo task id returned when triage was started

Response

Triage status for the task

created_at
string<date-time>
required
external_id
string
required

HackerOne report id, GitHub security advisory id, or Gmail thread id.

source
enum<string>
required

Where the report came from.

Available options:
hackerone,
github,
gmail
task_id
string<uuid>
required

Neo task id for this triage run.

completed_at
string<date-time> | null
context
string | null

Optional scope for display — program handle, owner/repo, or mailbox email.

internal_summary
string | null

Team-facing triage write-up when available (typically HackerOne).

suggested_response
string | null
task_status
enum<string> | null
Available options:
pending,
active,
completed,
error,
aborted,
suspended
triage_severity
enum<string> | null
Available options:
none,
low,
medium,
high,
critical,
unknown
triage_status
enum<string> | null
Available options:
valid,
need_more_info,
duplicate,
informative,
not_applicable,
spam,
unknown
triaged_by_email
string | null