> ## Documentation Index
> Fetch the complete documentation index at: https://docs.argalabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GET Get validation run logs

> Fetch logs for a validation run

```bash theme={null}
GET /runs/{run_id}/logs
```

Returns worker and runtime logs for a validation run.

**Query parameters**

| Parameter     | Type      | Description                                                    |
| ------------- | --------- | -------------------------------------------------------------- |
| `errors_only` | `boolean` | Return only warning/error runtime logs and failed worker logs. |
