# Retrieve mappings for a specific CSP with optional filters Return all mapping records associated with the specified CSP (cspId). Supports pagination and optional filters such as page, size and status. Endpoint: GET /mappings/csp/{cspId} Version: 1.0.0 Security: BearerAuth ## Path parameters: - `cspId` (string, required) CSP identifier (e.g. CSP0000003) Example: "CSP0000003" ## Response 200 fields (application/json): - `mappingId` (string) - `name` (string) - `number` (string) - `type` (string) ## Response 400 fields (application/json): - `error` (string) Example: "Invalid credentials" ## Response 404 fields (application/json): - `error` (string) Example: "Invalid credentials"