Trigger a fetch for dynamic (prompt/API) columns on selected rows.
cURL
curl --request POST \ --url https://api.adaline.ai/v2/datasets/{datasetId}/dynamic-columns/fetch \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "columnIds": [ "<string>" ], "datasetRowIds": [ "<string>" ], "runMode": "all" } '
{ "datasetId": "<string>", "runMode": "all", "columnRuns": [ { "columnId": "<string>", "runMode": "all", "totalRowsInDataset": 123, "processedRowsCount": 123, "successfulCount": 123, "failedCount": 123 } ] }
Workspace API key. Pass as Authorization: Bearer <key>.
Authorization: Bearer <key>
Unique identifier for an entity, between 20 and 80 characters.
20 - 80
all
failed
first
Dynamic columns fetched.
Show child attributes
Was this page helpful?