Gets project security advisors.deprecated
get
/v1/projects/{ref}/advisors/securityThis is an experimental endpoint. It is subject to change or removal in future versions. Use it with caution, as it may not remain supported or stable.
OAuth scopes
- database:read
Path parameters
- refRequiredstring
Project ref
Query parameters
- lint_typeOptionalenum
Response codes
- 200
- 401
- 403
- 429
Response (200)
1{2 "lints": [3 {4 "name": "unindexed_foreign_keys",5 "title": "lorem",6 "level": "ERROR",7 "facing": "EXTERNAL",8 "categories": [9 "PERFORMANCE"10 ],11 "description": "lorem",12 "detail": "lorem",13 "remediation": "lorem",14 "metadata": {15 "schema": "lorem",16 "name": "lorem",17 "entity": "lorem",18 "type": "table",19 "fkey_name": "lorem",20 "fkey_columns": [21 4222 ]23 },24 "cache_key": "lorem"25 }26 ]27}