Podio API Documentation

Batch: Get running batches

GET /batch/{ref_type}/{ref_id}/{plugin}/running/

Returns the currently running batches on the given reference. The reference can either be a space or an app. The plugin can either be "app_import", "app_export", "space_contact_import" or "app_content".

Usage
PHP Client
PodioBatch.php
PodioBatch::get_for( $ref_type, $ref_id, $plugin );
Ruby Gem
batch.rb
Podio::Batch.find_running( ref_type, ref_id, plugin )
Parameters
ref_type*
Required.
ref_id*
Required.
plugin*
Required.
Response

See the get batches operation

Sandbox

Try the operation "/batch/{ref_type}/{ref_id}/{plugin}/running/"

You can simulate the API request by filling out the arguments below, and press the submit button to see the response.

You need to be logged in to Podio to use the Sandbox. Login here