This cancels a run and changes its status to cancelled. Any data that was extracted so far will be available.
This cancels a run if running, and deletes the run and its data.
This returns the data that was extracted by a run.
Type: string
The format that you would like to get the data in.
Type: string
Potential values: csv, json
This returns the data for the most recent ready run for a project. You can use this method in order to have a synchronous interface to your project.
Type: string
The format that you would like to get the data in.
Type: string
Potential values: csv, json
This will return the project object for a specific project.
Type: string
Includes the "options_json" key in the result returned. For performance reasons, we exclude this key by default.
Type: boolean
Type: integer
This returns the run object for a given run token.
Gets a list of projects in your account.
Includes the "options_json" key in the result returned. For performance reasons, we exclude this key by default.
Type: boolean
Specifies how many entries will be returned in projects. Accepts values between 1 and 20 inclusively. Defaults to 20.
Type: integer
Type: integer
Start running an instance of the project on the ParseHub cloud. It will create a new run object.
Type: string
If set to anything other than 0, send an email when the run either completes successfully or fails due to an error. Defaults to 0.
Type: integer
The template to start running with. Defaults to the projects’s start_template (inside the options_json).
Type: string
The url to start running on. Defaults to the project’s start_site.
Type: string
The starting global scope for this run. This can be used to pass parameters to your run. For example, you can pass {"query": "San Francisco"} to use the query somewhere in your run. Defaults to the project’s start_value.
Type: string