Skip to content
Tony Pujals edited this page Oct 21, 2013 · 1 revision

Returns the latest harvest job status.

Resource
GET jobs/harvest
Sample request
curl -X GET http://api.snapfinder.org/v1/jobs/harvest
Response
status: started | success | error
error: null or the error object that was returned
Sample response
{
    "status": "success",
    "count": 193627,
    "timestamp": "Tue Sep 17 2013 13:12:44 GMT-0700 (PDT)",
    "error": null,
    "_id": {
        "$oid": "5238b7bc1db286f61103c702"
    }
}

Clone this wiki locally