Read Term
GET/agents/:agent_id/terms/:term_id
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
[DEPRECATED] Retrieves details of a specific term by ID for a given agent.
This endpoint uses the deprecated agent_id approach instead of tags. Consider using the new tag-based endpoints instead.
This endpoint will be removed in a future release.
Request
Responses
- 200
- 404
- 422
Term details successfully retrieved. Returns the complete term object
Term not found. The specified `agent_id` or `term_id` does not exist
Validation Error