{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-@l10n/ja/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Treasure Data Bulk Loads API","description":"Treasure Data Product Documentation · Collect and Unify · Segment and Activate · Experiment and Analyze · Decisioning Automate with AI Scale and Trust.","siteUrl":"https://docs.treasuredata.com","lang":"en-US","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"treasure-data-bulk-loads-api","__idx":0},"children":["Treasure Data Bulk Loads API"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The samples shown here are used to access your data through the Treasure Data REST API."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"API call (or REST call)"},"children":["API call (or REST call)"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["returns the list of available bulk loads"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#v3bulk_loads"},"children":["bulk_loads(.:format)"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["gets the bulk load session information with the given name"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#v3bulk_loadsfind_by_name"},"children":["bulk_loads/:find_by_name(.:format)"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["lists the executed jobs information for executing the bulk load"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#v3bulk_loadsfind_by_namejobs"},"children":["bulk_loads/:find_by_name/jobs(.:format)"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"v3bulk_loads","__idx":1},"children":["v3/bulk_loads"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This operation returns the list of available bulk loads"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Verb"},"children":["Verb"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"URI"},"children":["URI"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GET"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/bulk_loads(.:format)"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-request-status-200-ok","__idx":2},"children":["Sample Request Status 200 OK"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Sample Request"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"curl","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X GET https://api.treasuredata.com/v3/bulk_loads/\n","lang":"curl"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Sample Response"]}," ",{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/336036.8c4ec9a67f56a0c9f9baa052ea8e35d379644fb290a37de95592776556b9b53e.0637ddce.png","alt":"image","title":"#width=500px;box-shadow=0px 0px 2px 1px blue"},"children":[]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["Expand for complete code"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[\n    {\n        \"id\": 1000,\n        \"name\": \"connector_01\",\n        \"cron\": null,\n        \"timezone\": \"UTC\",\n        \"delay\": 0,\n        \"start_at\": null,\n        \"database\": \"db_01\",\n        \"table\": \"abc_01\",\n        \"config\": {\n            \"in\": {\n                \"api_key\": \"***\",\n                \"secret_key\": \"***\",\n                \"start_time\": \"20160901T22\",\n                \"incremental\": true,\n                \"type\": \"amplitude\"\n            },\n            \"filters\": [\n                {\n                    \"type\": \"rename\",\n                    \"columns\": {\n                        \"$schema\": \"_schema\",\n                        \"$insert_id\": \"_insert_id\"\n                    }\n                },\n                {\n                    \"type\": \"add_time\",\n                    \"to_column\": {\n                        \"name\": \"time\"\n                    },\n                    \"from_value\": {\n                        \"mode\": \"upload_time\"\n                    }\n                }\n            ],\n            \"exec\": {},\n            \"out\": {\n                \"type\": \"td_internal\",\n                \"plazma_dataset\": \"1/db_01/abc_01_20160901\",\n                \"mode\": \"append\",\n                \"time_column\": \"createddate\"\n            }\n        },\n        \"config_diff\": {\n            \"in\": {\n                \"start_time\": \"20160927T07\"\n            }\n        }\n    },\n    :\n    :\n]\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-request-status-404-not-found","__idx":3},"children":["Sample Request Status 404 Not Found"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"curl","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X GET https://api-api.treasuredata.com/v3/bulk_loads/connector_01\n","lang":"curl"},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":"Sample Response","header":{"title":"Sample Response","controls":{"copy":{}}},"source":"{\n    \"error\": \"Resource not found\",\n    \"message\": \"Resource not found\",\n    \"text\": \"Resource not found\",\n    \"severity\": \"error\",\n    \"status_code\": 404\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"v3bulk_loadsfind_by_name","__idx":4},"children":["v3/bulk_loads/:find_by_name"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This operation gets the bulk load session information with the given name"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Verb"},"children":["Verb"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"URI"},"children":["URI"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GET"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/bulk_loads/:find_by_name(.:format)"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["URI Parameters"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Parameter Name"},"children":["Parameter Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["find_by_name"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Name of the bulk load session"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-request-status-200-ok-1","__idx":5},"children":["Sample Request Status 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"curl","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X GET https://api.treasuredata.com/v3/bulk_loads/connector_01\n","lang":"curl"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Sample Response"]}," ",{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/339705.8475e53453747d76f141189d9020b288a2be237b62415541753d3c1740cd1436.0637ddce.png","alt":"image","title":"#width=500px;box-shadow=0px 0px 2px 1px blue"},"children":[]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["Expand for complete code"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n    \"id\": 1000,\n    \"name\": \"connector_01\",\n    \"cron\": null,\n    \"timezone\": \"UTC\",\n    \"delay\": 0,\n    \"start_at\": null,\n    \"database\": \"db_01\",\n    \"table\": \"abc_01\",\n    \"config\": {\n        \"in\": {\n            \"api_key\": \"***\",\n            \"secret_key\": \"***\",\n            \"start_time\": \"20160901T22\",\n            \"incremental\": true,\n            \"type\": \"amplitude\"\n        },\n        \"filters\": [\n            {\n                \"type\": \"rename\",\n                \"columns\": {\n                    \"$schema\": \"_schema\",\n                    \"$insert_id\": \"_insert_id\"\n                }\n            },\n            {\n                \"type\": \"add_time\",\n                \"to_column\": {\n                    \"name\": \"time\"\n                },\n                \"from_value\": {\n                   \"mode\": \"upload_time\"\n                }\n            }\n        ],\n        \"exec\": {},\n        \"out\": {\n            \"type\": \"td_internal\",\n            \"plazma_dataset\": \"1/db_01/abc_01_20160901\",\n            \"mode\": \"append\",\n            \"time_column\": \"createddate\"\n        }\n    },\n    \"config_diff\": {\n        \"in\": {\n            \"start_time\": \"20160927T07\"\n        }\n    }\n}\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-request-status-404-not-found-1","__idx":6},"children":["Sample Request Status 404 Not Found"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"curl","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X GET https://api.treasuredata.com/v3/bulk_loads/abcd\n","lang":"curl"},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":"Sample Response","header":{"title":"Sample Response","controls":{"copy":{}}},"source":"{\n    \"error\": \"Resource not found\",\n    \"message\": \"Resource not found\",\n    \"text\": \"Resource not found\",\n    \"severity\": \"error\",\n    \"status_code\": 404\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"v3bulk_loadsfind_by_namejobs","__idx":7},"children":["v3/bulk_loads/:find_by_name/jobs"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This operation lists the executed jobs information for executing the bulk load."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Verb"},"children":["Verb"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"URI"},"children":["URI"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GET"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/bulk_loads/:find_by_name/jobs(.:format)"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["URI Parameters"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Parameter Name"},"children":["Parameter Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["name"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Name of the bulk import"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-request-status-200-ok-2","__idx":8},"children":["Sample Request Status 200 OK"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Sample Request"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"curl","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X GET https://api.treasuredata.com/v3/bulk_loads/connector_01/jobs\n","lang":"curl"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Sample Response"]}," ",{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/346380.247658107ac0d597297509aea3bf2de594a25ffd79f4d831fe425e12a0a734e1.0637ddce.png","alt":"image","title":"#width=500px;box-shadow=0px 0px 2px 1px blue"},"children":[]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["Expand for complete code"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[\n    {\n        \"account_id\": 1,\n        \"status\": \"success\",\n        \"cpu_time\": null,\n        \"records\": 1000,\n        \"schema\": [\n            [\n                \"app\",\n                \"long\",\n                \"\"\n            ],\n            [\n                \"amplitude_id\",\n                \"long\",\n                \"\"\n            ],\n            [\n                \"user_id\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"device_id\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"event_time\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"server_upload_time\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"client_event_time\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"client_upload_time\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"event_id\",\n                \"long\",\n                \"\"\n            ],\n            [\n                \"session_id\",\n                \"long\",\n                \"\"\n            ],\n            [\n                \"event_type\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"amplitude_event_type\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"version_name\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"_schema\",\n                \"long\",\n                \"\"\n            ],\n            [\n                \"adid\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"groups\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"idfa\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"library\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"processed_time\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"user_creation_time\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"platform\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"os_name\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"os_version\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"device_brand\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"device_manufacturer\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"device_model\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"device_carrier\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"device_type\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"device_family\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"location_lat\",\n                \"double\",\n                \"\"\n            ],\n            [\n                \"location_lng\",\n                \"double\",\n                \"\"\n            ],\n            [\n                \"country\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"language\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"city\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"region\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"dma\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"revenue\",\n                \"double\",\n                \"\"\n            ],\n            [\n                \"ip_address\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"paying\",\n                \"long\",\n                \"\"\n            ],\n            [\n                \"start_version\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"event_properties\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"user_properties\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"data\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"uuid\",\n                \"string\",\n                \"\"\n            ],\n            [\n                \"_insert_id\",\n                \"string\",\n                \"\"\n            ]\n        ],\n        \"priority\": 0,\n        \"job_id\": 7654321,\n        \"type\": \"bulkload\",\n        \"config\": {\n            \"embulk_config\": {\n                \"in\": {\n                    \"api_key\": \"***\",\n                    \"secret_key\": \"***\",\n                    \"start_time\": \"20160901T22\",\n                    \"incremental\": true,\n                    \"type\": \"amplitude\"\n                },\n                \"filters\": [\n                    {\n                        \"type\": \"rename\",\n                        \"columns\": {\n                            \"$schema\": \"_schema\",\n                            \"$insert_id\": \"_insert_id\"\n                        }\n                    },\n                    {\n                        \"type\": \"add_time\",\n                        \"to_column\": {\n                            \"name\": \"time\"\n                        },\n                        \"from_value\": {\n                            \"mode\": \"upload_time\"\n                        }\n                    }\n                ],\n                \"exec\": {},\n                \"out\": {\n                    \"type\": \"td_internal\",\n                    \"time_column\": \"time\",\n                    \"mode\": \"replace\",\n                    \"plazma_dataset\": \"1/db_01/abc_01_20160901\"\n                }\n            },\n            \"config_diff\": {\n                \"exec\": {\n                    \"transaction_time\": \"2016-12-05 05:45:29 UTC\",\n                    \"transaction_time_zone\": \"Asia/Tokyo\"\n                },\n                \"out\": {\n                    \"unique_transaction_name\": \"bulkload.7477315\",\n                    \"encrypt_start_at\": 1459408037\n                }\n            }\n        },\n        \"database\": {\n            \"id\": 123456,\n            \"name\": \"connector_db\"\n        },\n        \"table\": {\n            \"id\": 2016100,\n            \"name\": \"connector_table\"\n        },\n        \"created_at\": 1480916729,\n        \"updated_at\": 1480916788,\n        \"start_at\": 1480916732,\n        \"end_at\": 1480916788\n    }\n]\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sample-request-status-404-not-found-2","__idx":9},"children":["Sample Request Status 404 Not Found"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"curl","data-title":"Sample Request","header":{"title":"Sample Request","controls":{"copy":{}}},"source":"curl -X GET https://api.treasuredata.com/v3/bulk_loads/connector_abcd/jobs\n","lang":"curl"},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","data-title":"Sample Response","header":{"title":"Sample Response","controls":{"copy":{}}},"source":"{\n    \"error\": \"Resource not found\",\n    \"message\": \"Resource not found\",\n    \"text\": \"Resource not found\",\n    \"severity\": \"error\",\n    \"status_code\": 404\n}\n","lang":"json"},"children":[]}]},"headings":[{"value":"Treasure Data Bulk Loads API","id":"treasure-data-bulk-loads-api","depth":1},{"value":"v3/bulk_loads","id":"v3bulk_loads","depth":2},{"value":"Sample Request Status 200 OK","id":"sample-request-status-200-ok","depth":3},{"value":"Sample Request Status 404 Not Found","id":"sample-request-status-404-not-found","depth":3},{"value":"v3/bulk_loads/:find_by_name","id":"v3bulk_loadsfind_by_name","depth":2},{"value":"Sample Request Status 200 OK","id":"sample-request-status-200-ok-1","depth":3},{"value":"Sample Request Status 404 Not Found","id":"sample-request-status-404-not-found-1","depth":3},{"value":"v3/bulk_loads/:find_by_name/jobs","id":"v3bulk_loadsfind_by_namejobs","depth":2},{"value":"Sample Request Status 200 OK","id":"sample-request-status-200-ok-2","depth":3},{"value":"Sample Request Status 404 Not Found","id":"sample-request-status-404-not-found-2","depth":3}],"frontmatter":{"seo":{"title":"Treasure Data Bulk Loads API"}},"lastModified":"2026-02-17T14:14:59.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/ja/apis/td-api/bulk-loads-api","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}