cURL
curl --request POST \ --url https://api.cloudsquid.io/api/projects/{project_name}/tables/{table_id}/forward \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "type": "data", "data": [ { "asset_name": "<string>", "row_data": {} } ] } '
{ "assets_created": 123, "asset_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "message": "<string>" }
Forward data to a reconcile table from direct JSON data or extraction table sources. This endpoint only stages/creates assets without executing them.
The name of the project
The id of the reconcile table
Input type discriminator
data
Array of assets with names and data
1
Show child attributes
Assets created successfully
Number of assets created
List of created asset IDs
Was this page helpful?