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
What changed
- ●
removed the optional property
spec/allOf[AgentSpec]/inputDataSchemafrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
spec/allOf[AgentSpec]/systemPromptDataSchemato the response with the200statusresponse-optional-property-added
- ●
- ●
removed the optional property
metadata/allOf[ResourceMetadata]/bundleKeyfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
info/allOf[AgentInfo]/createdBy/metadata/createdAtto the response with the200statusresponse-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]/enableEpisodicMemoryto the response with the200statusresponse-optional-property-added
- ○
added the optional property
spec/allOf[AgentSpec]/episodicMemoryTtlto the response with the200statusresponse-optional-property-added
- ○
- ▲
removed the required property
spec/allOf[AgentSpec]/statusfrom the response with the200statusresponse-required-property-removed
- ○
added the optional property
metadata/allOf[ResourceMetadata]/updatedAtto the response with the200statusresponse-optional-property-added
- ○
added the required property
stateto the response with the200statusresponse-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_UNSPECIFIEDenum value to theinfo/allOf[AgentInfo]/createdBy/spec/typeresponse property for the response status200response-property-enum-value-added
- ●