Changes to Get an agent by ID

GET /v1/workspaces/{workspaceId}/agents/{id}

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

Changed in 5 of the 57 revisions of this API.136

  1. 09ccecfe3ece11
  2. 06e0e37c149911
  3. 08fde3ae3e372
  4. 13d98d37dd9612
  5. 0702cb021b661

What changed

    • removed the optional property spec/allOf[AgentSpec]/inputDataSchema from the response with the 200 status

      response-optional-property-removed

    • added the optional property spec/allOf[AgentSpec]/systemPromptDataSchema to the response with the 200 status

      response-optional-property-added

    • removed the optional property metadata/allOf[ResourceMetadata]/bundleKey from the response with the 200 status

      response-optional-property-removed

    • added the optional property info/allOf[AgentInfo]/createdBy/metadata/createdAt to the response with the 200 status

      response-optional-property-added

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

    • added the optional property spec/allOf[AgentSpec]/enableEpisodicMemory to the response with the 200 status

      response-optional-property-added

    • added the optional property spec/allOf[AgentSpec]/episodicMemoryTtl to the response with the 200 status

      response-optional-property-added

    • removed the required property spec/allOf[AgentSpec]/status from the response with the 200 status

      response-required-property-removed

    • added the optional property metadata/allOf[ResourceMetadata]/updatedAt to the response with the 200 status

      response-optional-property-added

    • added the required property state 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

    • added the new PROFILE_TYPE_UNSPECIFIED enum value to the info/allOf[AgentInfo]/createdBy/spec/type response property for the response status 200

      response-property-enum-value-added