v1

latestOpenAPI 3.1.02026-07-13121824.2 KB
Diagrams

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

totalinteger required

Total number of diagrams for the user

Example response

{
  "diagrams": [],
  "total": 0
}