# Get all custom tables: content Retrieves a list of all custom tables: content. Supports pagination and filtering by companyId. Endpoint: GET /v1/api/custom-table-rows Version: 1.2.4 Security: X-Api-Key ## Query parameters: - `tableId` (string) Filter by custom table ID - `skip` (number) Number of records to skip (must be a multiple of limit for accurate page numbers) - `limit` (number) Maximum number of records to return ## Response 400 fields (application/json): - `statusCode` (number, required) HTTP status code Example: 400 - `message` (string, required) Error message describing what went wrong Example: "Validation failed: Field `schemaField` is required." - `error` (string, required) Error type/name Enum: "Bad Request", "Unauthorized", "Forbidden", "Not Found", "Conflict", "Unprocessable Entity", "Internal Server Error" ## Response 404 fields (application/json): - `statusCode` (number, required) HTTP status code Example: 404 - `message` (string, required) Error message describing what went wrong Example: "The resource was not found." - `error` (string, required) Error type/name Enum: "Bad Request", "Unauthorized", "Forbidden", "Not Found", "Conflict", "Unprocessable Entity", "Internal Server Error" ## Response 200 fields