Skip to content

Unfreeze bulk import

Request

Unfreezes the specified bulk import.

Security
ApiKeyAuth
Path
bulk_import_namestring(name)required
curl -i -X POST \
  'https://api.treasuredata.com/v3/bulk_import/unfreeze/{bulk_import_name}' \
  -H 'Authorization: TD1 <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
bulk_importstring(name)required
namestring(name)required
job_idinteger(JobId)

unique identifier of job

Example:19
Response
{ "bulk_import": "string", "name": "string", "job_id": 19 }