Agent Logs

Return log file content for a session.

Args: session_id: Agent session ID. tail_bytes: If > 0, return only the last N bytes of the log.

get/agents/{session_id}/logs

Path parameters

session_idstring required

Query parameters

tail_bytesinteger

Response

Successful Response

session_idstring required
contentstring required
sizeinteger required

Changes

Changed in 1 of the 15 revisions of this API.13

  • 2a1299ef19fa13See the full diff
    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • added the required property content to the response with the 200 status

      response-required-property-added

    • added the required property session_id to the response with the 200 status

      response-required-property-added

    • added the required property size to the response with the 200 status

      response-required-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog