PATCH
/
api
/
v1
/
agent-executions
/
{agent_execution_id}
{
  "id": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "agentId": "<string>",
  "workspaceId": "<string>",
  "state": {
    "status": "PENDING_INPUTS"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_execution_id
string
required

Body

application/json
state
object
required

Response

200
application/json
Successful Response
agentId
string
required
workspaceId
string
required
state
object
required
id
string
createdAt
string
updatedAt
string