Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
/custom/mapreduce/getresults/{jobid_or_jobtitle}?limit=200
Info

Returns the results of a map reduce job.

...

jobid_or_jobtitle (required)
The id or title of a job you want the results of. You can find the id by writing it down when submitting a job or using Get Jobs.

limit (optional)
An integer of how many results you want retrieved from the database, results will be grabbed in whatever order they have been stored in the db.

Example

 http://infinite.ikanow.com/api/custom/mapreduce/getresults/4e9c77ef17ef3523b657a890?limit=200   
http://infinite.ikanow.com/api/custom/mapreduce/getresults/customjob1
?limit=50

cURL Example

Example Response

...