# DBaaS Service Logs

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `first-log-offset` | string | no |  |
| `logs` | array of [Logs](/reference/api/_schemas/dbaas-service-logs/#logs) | no |  |
| `offset` | string | no |  |

### Logs {#logs}

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `message` | string | no |  |
| `node` | string | no |  |
| `time` | string | no |  |
| `unit` | string | no |  |

