GET /v2/batches
List the batches for the current user
Servers
- https://api.cohere.com
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 |
order_by |
String | No |
Batches can be ordered by creation time or last updated time.
Use |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.