List configs
Lists unique exact targets previously analyzed by the selected project with the recommendation produced by each target’s latest analysis.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
1 <= x <= 100x >= 0Case-insensitive substring search over normalized targets, including domain, subdomain, and path.
2048target, analysis_status, recommended_config, last_requested_at, success_rate asc, desc Response
Project-scoped recommended configurations.
ID of the most recently requested analysis for this exact target.
Lifecycle status of the most recently requested analysis for this exact target.
running, completed, failed, canceled, expired Most recent time the selected project requested an analysis for this exact target.
Recommendation produced by the latest analysis. Null when that analysis did not produce one.
Display label for the recommended browser configuration.
Success rate for the recommended configuration. Null when the latest analysis did not produce one.
0 <= x <= 1Normalized exact target previously analyzed by the selected project, including scheme, host, port, and path.