Actions
Get Component
Retrieves a single component by its internal ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Component ID | The unique internal ID. Can be retrieved using “List Components”. |
{
"data": {
"compass": {
"component": {
"id": "<string>",
"name": "<string>",
"typeId": "<string>",
"description": null,
"ownerId": "<string>",
"links": [
{
"id": "<string>",
"name": null,
"url": "<string>",
"type": "<string>"
}
],
"fields": [
{
"definition": {
"id": "<string>"
},
"value": [
"<string>"
]
},
{
"definition": {
"id": "<string>"
}
}
],
"viewerSubscription": {
"subscribed": false
},
"dataManager": null,
"relationships": {
"nodes": []
},
"events": null,
"labels": [],
"customFields": []
}
}
},
"extensions": {
"gateway": {
"request_id": "<string>",
"crossRegion": false,
"edgeCrossRegion": false
}
}
}
Was this page helpful?