Skip to main content
GET
/
pr
/
scans
/
status
Get Pr Scans By Status
curl --request GET \
  --url https://example.com/api/pr/scans/status/ \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.defendstack.org/llms.txt

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

Authorizations

Authorization
string
header
required

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

Query Parameters

status
enum<string>
required
Available options:
pending,
completed,
processing,
failed
page
integer
default:1

Page number

limit
integer
default:10

Number of items per page

Response

Successful Response

The response is of type Response Get Pr Scans By Status Pr Scans Status Get · object.