cURL
curl --request GET \ --url https://www.corgea.app/api/v1/scans \ --header 'CORGEA-TOKEN: <api-key>'
{ "status": "ok", "page": 123, "total_pages": 123, "scans": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "engine": "corgea", "project": "<string>", "created_at": "2023-11-07T05:31:56Z", "repo": "<string>", "branch": "<string>", "status": "completed", "pull_request_id": 123 } ] }
Retrieves a list of scans for the authenticated user’s company
API key for authentication
Filter scans by project name
The page number for pagination
The number of results per page
x <= 50
Scans retrieved successfully
"ok"
Show child attributes
"corgea"
completed
in_progress
failed