Skip to content

Inspect API

The full Inspect API reference is available in the Inspect section.

Note

See Inspect API Reference for all endpoints, request/response schemas, and examples.


Endpoints Summary

MethodPathDescriptionScope
POST/v1/inspectTrigger an inspect runinspect:write
GET/v1/inspect/{job_id}Get job status and summaryinspect:read
GET/v1/inspect/{job_id}/findingsList findings (paginated, filterable)inspect:read
POST/v1/inspect/findings/{id}/snoozeSnooze a findinginspect:write
POST/v1/inspect/findings/{id}/mark-fixedMark a finding as fixedinspect:write
POST/v1/inspect/findings/{id}/mark-false-positiveMark as false positiveinspect:write
GET/v1/inspect/creditsGet credit balance and ledgerinspect:read
POST/v1/inspect/overrideCreate override tokeninspect:write
POST/v1/inspect/pre-send-checkCheck if template can be sentinspect:read
GET/v1/inspect/configGet workspace inspect configinspect:read
PUT/v1/inspect/configUpdate workspace inspect configinspect:write

Authentication

All Inspect endpoints use data-plane authentication:

  • X-WORKSPACE-ID header -- your workspace UUID
  • X-API-KEY header -- an API key with inspect:read and/or inspect:write scope

Roles with Inspect access: Owner, Admin, Developer, Marketing.