List Issuers
List Issuers for the active tenant.
Returns a paginated list of issuers with optional filters. Accessible to any authenticated user within the tenant.
All database operations use async/await for non-blocking I/O.
Args: db: Async database session tenant_id: Active tenant ID from authentication context is_active: Optional filter by active status sri_environment: Optional filter by SRI environment search: Optional search string for razon_social, nombre_comercial, and ruc include_archived: Include archived (soft-deleted) issuers page: Page number (1-indexed) page_size: Number of items per page
Returns: IssuerListResponse: Paginated list of issuers
Query Parameters
Filter by active status
Filter by SRI environment SRI environment types.
TEST, PRODUCTION Search in razon_social, nombre_comercial, and ruc
Include archived issuers
Page number
x >= 1Items per page
1 <= x <= 100