Config Registry
List configs
Lists unique domains previously analyzed by the selected project with their current domain-level recommendations.
get/config-registry
Query parameters
limitinteger
offsetinteger
searchstring
Case-insensitive domain search. Full URLs are reduced to their registrable domain.
sort_by'target' | 'analysis_status' | 'recommended_config' | 'last_requested_at' | 'success_rate'
sort_order'asc' | 'desc'
Response
Project-scoped recommended configurations.
Example response
[
{
"recommendation": {
"browser": {
"viewport": {
"height": 800,
"refresh_rate": 60,
"width": 1280
}
},
"proxy": {
"create": {
"config": {
"country": "US"
}
}
}
}
}
]