cURL
curl --request GET \ --url https://api.example.com/components/{component_id}
Get details of a specific component by ID.
component_id
string
200
ComponentResponse
{ "component_id": "my-research-agent", "component_type": "agent", "name": "Research Agent", "description": "An agent that researches topics", "current_version": 3, "metadata": {}, "created_at": "2025-01-15T10:30:00Z", "updated_at": "2025-01-16T14:20:00Z" }
Was this page helpful?