Get a specific addon by ID
cURL
curl --request GET \ --url https://s-server-demo.siftd.ai/api/workspaces/{workspace_id}/addons/{addon_id} \ --header 'Authorization: Bearer <token>'
{ "addon_id": "<string>", "code": "<string>", "cxn_fields": {}, "cxn_scheme": "", "description": "<string>", "name": "<string>", "requirements": "<string>", "tools": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Addon ID
Organization ID
OK
Show child attributes
aws
azr
gcp
file
k8s
ddog
github
p8s
jenkins
grafana
splunk
shell
python
markdown
rest
Map of tool name to Tool object
Was this page helpful?