Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
runtime_id | string | Yes | Runtime identifier |
path | string | Yes | File path to read |
Response
| Field | Type | Description |
|---|---|---|
content | string | File text content |
path | string | Resolved file path |
size | integer | File size in bytes |
Read file content from an agent runtime
| Parameter | Type | Required | Description |
|---|---|---|---|
runtime_id | string | Yes | Runtime identifier |
path | string | Yes | File path to read |
| Field | Type | Description |
|---|---|---|
content | string | File text content |
path | string | Resolved file path |
size | integer | File size in bytes |