List all accessible ASI projects and their IDs.
What this endpoint does
Retrieve all projects accessible to the authenticated user. This is the entry point for the Project API — the returned project IDs are required path parameters for all subsequent asset, exposure, and tagging endpoints. Each project represents a distinct attack surface scope (such as a company, division, or subsidiary) and acts as the top-level container for its assets, exposures, tags, and scan configuration.
Response data
Returns an array of project objects, each containing a unique project ID, human-readable title, creation timestamp, and whether active scanning is enabled. Projects that have been scanned also include the most recent scan timestamp and the highest exposure score observed across their assets. Pagination metadata provides total and returned counts.
