Skip to main content
GET
Get Dataset

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Path Parameters

dataset_id
string
required

Query Parameters

branch
string | null

Optional branch name to resolve within the dataset family.

include_scan_issue_counts
boolean
default:false

Include per-scan issue severity breakdowns in the embedded scans list.

Cookies

blindsight_session
string | null

Response

Successful Response

id
string
required
name
string
required
type
string | null
required
size_bytes
integer
required
created_at
string | null
required
updated_at
string | null
required
last_scan_at
string | null
required
status
enum<string>
required
Available options:
UPLOADING,
UNSCANNED,
IN_QUEUE,
SCANNING,
SCANNED,
QUARANTINED,
STOPPED,
FAILED
severity
enum<string>
required
Available options:
UNSCANNED,
HEALTHY,
UNHEALTHY-,
UNHEALTHY+,
CRITICAL
vulnerabilities
integer | null
required
vulnerability_types
string | null
required
scan_error
string | null
required
branch_name
string
default:main
is_main_branch
boolean
default:true
branch_family_uuid
string | null
source_branch_uuid
string | null
branch_origin
string | null
branch_count
integer
default:1
owner_id
integer | null
permissions
PermissionsPayload · object | null
can_edit
boolean
default:false
scans
ScanListItem · object[]
valid_images
integer | null
invalid_images
integer | null
document_count
integer | null
class_count
integer | null
classes
string[]
image_specificity
enum<string>
default:fine
Available options:
fine,
broad
active_scan_progress
integer | null
active_scan_elapsed_seconds
number | null
active_scan_message
string | null
active_scan_started_at
string | null
active_scan_id
string | null
active_scan_status
string | null
active_scan_type
string | null
issue_type
string | null
webhook_url
string | null
repo_url
string | null
repo_requires_auth
boolean | null
has_repo_access_token
boolean
default:false
webhook_on_complete
boolean
default:false
webhook_on_failure
boolean
default:false
queued_scan_count
integer
default:0
issue_counts
DatasetIssueCounts · object
latest_mislabel_scan_id
string | null
processing
boolean
default:false
processed_3d
boolean | null
import_job_id
string | null
import_provider
string | null
import_status
string | null
import_progress
integer | null
import_message
string | null
import_error
string | null
import_cancel_requested
boolean
default:false
import_updated_at
string | null
import_has_stored_credentials
boolean
default:false
import_can_retry
boolean
default:false
dense_branch_build
Dense Branch Build · object | null