cURL
curl --request GET \ --url https://api.example.com/components/{component_id} \ --header 'Authorization: Bearer <token>'
{ "component_id": "<string>", "component_type": "agent", "created_at": 123, "name": "<string>", "description": "<string>", "current_version": 123, "metadata": {}, "updated_at": 123 }
Retrieve a component by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Component ID
Successful Response
agent
team
workflow
Was this page helpful?