Changes to List Run Messages

GET /v1/runs/{run_id}/messages

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 4 of the 36 revisions of this API.11

  1. b82cbf3147402
  2. 1bed3816dfe26
  3. f0554a0bf8b22
  4. 9a2ea9530ef91

What changed

    • added the optional property items/oneOf[subschema #5: ToolCallMessage]/tool_calls to the response with the 200 status

      response-optional-property-added

    • response property items/oneOf[subschema #5: ToolCallMessage]/tool_call deprecated

      response-property-deprecated

    • added the optional property items/oneOf[subschema #6: ToolReturnMessage]/tool_returns to the response with the 200 status

      response-optional-property-added

    • response property items/oneOf[subschema #6: ToolReturnMessage]/status deprecated

      response-property-deprecated

    • response property items/oneOf[subschema #6: ToolReturnMessage]/stderr deprecated

      response-property-deprecated

    • response property items/oneOf[subschema #6: ToolReturnMessage]/stdout deprecated

      response-property-deprecated

    • response property items/oneOf[subschema #6: ToolReturnMessage]/tool_call_id deprecated

      response-property-deprecated

    • response property items/oneOf[subschema #6: ToolReturnMessage]/tool_return deprecated

      response-property-deprecated

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

    • added the optional property items/oneOf[subschema #2: UserMessage]/content/anyOf[subschema #1]/items/oneOf[subschema #1: TextContent]/signature to the response with the 200 status

      response-optional-property-added

    • added the optional property items/oneOf[subschema #7: AssistantMessage]/content/anyOf[subschema #1]/items/oneOf[subschema #1: TextContent]/signature to the response with the 200 status

      response-optional-property-added

    • added the new optional query request parameter order_by

      new-optional-request-parameter