Skip to content

List suggestions

GET
/api/v1/workflows/{workflowId}/smart/suggestions
curl --request GET \
--url https://dashboard.justcrawl.io/api/v1/workflows/example/smart/suggestions \
--header 'Authorization: Bearer <token>'
workflowId
required
string

List of suggestions for this workflow

Media type application/json
Array<object>
object
id
string format: uuid
status
string
Allowed values: pending applied dismissed
currentProviderOrder
Array<string>
suggestedProviderOrder
Array<string>
reason
string
improvementPct
number
nullable
improvementMetric
string
estimatedCostBefore
number
nullable
estimatedCostAfter
number
nullable
createdAt
string format: date-time
resolvedAt
string format: date-time
nullable
expiresAt
string format: date-time
Example
[
{
"status": "pending"
}
]