POST
/
v1
/
agent
/
batch
/
completions
{
  "batch_id": "<string>",
  "total_requests": 123,
  "results": "<any>",
  "execution_time": 123,
  "timestamp": "<string>"
}

Headers

x-api-key
string
required

Body

application/json · AgentCompletion · object[]

The body is of type AgentCompletion · object[].

Response

200
application/json

Successful Response

The response is of type object.