GET /v2/batches

List the batches for the current user

Servers

Request headers

Name Type Required Description
X-Client-Name String No

The name of the project that is making the request.

Query parameters

Name Type Required Description
page_size Integer No

The maximum number of batches to return. The service may return fewer than this value. If unspecified, at most 50 batches will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

page_token String No

A page token, received from a previous ListBatches call. Provide this to retrieve the subsequent page.

order_by String No

Batches can be ordered by creation time or last updated time. Use created_at for creation time or updated_at for last updated time.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.