Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Batches Resource

Lauren Padia edited this page Mar 22, 2017 · 2 revisions

User Guide | Web Service API


Web API Batches Endpoints

Provides methods to manage batches.

Endpoint Method Description
/batches GET Returns all batches
/batches/{batchId} GET Returns batch by UUID
/batches/{batchId} DELETE Delete batch by UUID

Get User Batches

Returns all batches owned by the current user and their statuses.

Resource URL
/batches

Available Version
2.0

HTTP Method
GET

Get Batch

Returns a batch by its UUID. Includes query results if they have been computed.

Resource URL
/batches/{batchId}

Available Version
2.0

HTTP Method
GET

Query Parameters

Name Type Description
batchId string UUID of batch

Delete Batch

Deletes the batch with the given UUID.

Resource URL
/batches/{batchId}

Available Version
2.0

HTTP Method
DELETE

Query Parameters

Name Type Description
batchId string UUID of batch
Clone this wiki locally