Skip to content

Get job statistics by id

Request

Show the statistics of the job, including records inserted.

Security
ApiKeyAuth
Path
job_idinteger(JobId)required

the job id

Example:19
curl -i -X GET \
  https://api.treasuredata.com/v3/job/statistics/19 \
  -H 'Authorization: TD1 <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
records_insertedstring
Example:"28345"
Response
{ "records_inserted": "28345" }