This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 145
Batches Resource
Lauren Padia edited this page Mar 22, 2017
·
2 revisions
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 |
Returns all batches owned by the current user and their statuses.
Resource URL
/batches
Available Version
2.0
HTTP Method
GET
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 |
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 |