Skip to main content
POST
Run a smart column again

Authorizations

Authorization
string
header
required

Your API token (af_…) as the Basic-auth username, with an empty password.

Path Parameters

listId
string
required

Id of the list that owns the smart column.

columnId
string
required

Id of the smart column, as returned when it was created or listed by GET /business/lists/{listId}/columns.

Body

application/json
mode
enum<string>
default:all

Which rows to compute: all recomputes every covered row; new_only computes only rows that have never been computed. Either mode cancels a run still in progress, and each computed row is billed at the column's per-row credit rate. Defaults to all.

Available options:
all,
new_only

Response

Success

jobId
string | null
required

Id of the run that was started.

columnId
string
required

Id of the column being recomputed.

mode
enum<string>
required

The mode the run was started with.

Available options:
all,
new_only