v1
latestOpenAPI 3.1.02026-07-13121824.2 KBDiagrams
List Diagrams
List all diagrams for the authenticated user.
AUTHENTICATION REQUIRED - Must include valid JWT token in Authorization header.
Args: skip: Number of records to skip (pagination) limit: Maximum number of records to return (max 100) db: Database session current_user: Authenticated user
Returns: DiagramListResponse with list of diagrams and total count
get/api/diagrams
Query parameters
skipinteger
limitinteger
Response
Successful Response
Example response
{
"diagrams": [],
"total": 0
}