v2

latestOpenAPI 3.1.02026-07-3176157210.9 KB
agents

Agent Stop

delete/agents/{agent_id}/stop

Path parameters

agent_idstring required

Query parameters

session_idstring required

Headers

x-notte-request-originstring nullable
x-notte-sdk-versionstring nullable

Response

Successful Response

agent_idstring required

The ID of the agent

created_atstring date-time required

The creation time of the agent

session_idstring required

The ID of the session

status'active' | 'closed' required
closed_atstring date-time nullable

The closing time of the agent

savedboolean

Whether the agent is saved as a workflow

taskstring required

The task that the agent is currently running

urlstring nullable

The URL that the agent started on

successboolean nullable

Whether the agent task was successful. None if the agent is still running

answerstring nullable

The answer to the agent task. None if the agent is still running

stepsobject[]

The steps that the agent has currently taken