List Scans
๐ MCP Hub API
List Scans
List scan jobs (source and hosted) ordered by created_at descending. Supports filtering by visibility, status, scan type, and repository name with pagination.
GET
List Scans
Documentation Index
Fetch the complete documentation index at: https://docs.enkryptai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
Page size (max 200)
Required range:
1 <= x <= 200Example:
50
Number of rows to skip
Required range:
x >= 0Example:
0
Filter to only official scans (true) or only non-official (false). Omit for both.
Filter to only private scans (true) or only public (false). Omit for both.
Filter by job status
Available options:
initializing, downloading, discovering_tools, scanning_tools, completed, failed, connecting, discovering, analyzing Case-insensitive substring match on repo / server name
Maximum string length:
500source or hosted
Available options:
source, hosted Exact job UUID match

