Skip to content

Get smart workflow config

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

Smart workflow configuration

Media type application/json
object
strategy
string
Allowed values: success cost reliability
mode
string
Allowed values: auto suggest
domain
string
nullable
hasPendingSuggestion
boolean
Example
{
"strategy": "success",
"mode": "auto"
}

Not a smart workflow