POST
/agents/sessions/{session_id}/eventsCreate agent session input events
Submits message, cancellation, or tool-result events to a managed agent session. See session events.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
session_idstringrequired
The ID of the session.
Idempotency-Keystringoptional
An optional client-generated key that makes retries of submitted messages idempotent.
eventsarray<object>required
The input events to submit to the session.
202The events were accepted.
400The request was invalid.
errorobjectrequired
The error returned by the API.
401Authentication or project context was missing.
errorobjectrequired
The error returned by the API.
403The API key lacks the required Responses permission.
errorobjectrequired
The error returned by the API.
404The requested session or event was not found.
errorobjectrequired
The error returned by the API.
409The request conflicted with the current session state.
errorobjectrequired
The error returned by the API.
500An internal error occurred.
errorobjectrequired
The error returned by the API.
503The service is temporarily unavailable.
errorobjectrequired
The error returned by the API.
Error handling
A 400 is returned: The request was invalid. A 401 is returned: Authentication or project context was missing. A 403 is returned: The API key lacks the required Responses permission. A 404 is returned: The requested session or event was not found. A 409 is returned: The request conflicted with the current session state. A 500 is returned: An internal error occurred. A 503 is returned: The service is temporarily unavailable.