# Get metadata descriptors **GET /data/metadata-descriptors/** Retrieve all metadata descriptors. Supports filtering via query parameters and pagination. Vendor access is blocked. Includes project permission filtering for non-admin users. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Query parameters - **page** (integer) Page number for pagination - **limit** (integer) Number of results per page - **relations** (boolean) Whether to include relations ## Responses ### 200: Metadata descriptors retrieved successfully #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) - **name** (string) - **field_name** (string) - **data_type** (string) - **project_id** (string(uuid)) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400: Invalid filter format or query error [Powered by Bump.sh](https://bump.sh)