Tool
brain_daemon_get
Get a specific ingestion daemon by id
Get a specific ingestion daemon by id
Behavior
- HTTP
GET /brain/daemons/:id
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | • | No description in the catalog. |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| id | string | • | |
| name | string | • | |
| repo | string | • | |
| type | string | • | |
| model | string | • | |
| owner | string | • | |
| branch | string | • | |
| config | string | — | |
| enabled | boolean | • | |
| loadMode | string | • | |
| lastRunAt | string | • | |
| lastResult | string | — | |
| connectorId | string | • | |
| clickupConfig | string | — | |
| degradedCount | number | • | |
| effectiveModel | string | • | |
| sourceAuthority | string | • | |
| unmeasuredCount | number | • |
Try it
Get a specific ingestion daemon by id.