| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

> 💡
>
> ### **Compute Unit Value**: `10` (fixed)   [Skip link to [object Object],: ,[object Object], (fixed)](https://docs.blockdaemon.com/reference/get-target-logs-by-id#compute-unit-value-10-fixed)

id

uuid

required

ID of the target to fetch logs for

page_token

string

Page token for pagination

page_size

number

1 to 100

Defaults to 10

Number of log entries per page

timestamp

string

Filter logs by timestamp

# ``200      Logs returned

# ``default      Unexpected error

Updated 2 months ago

* * *

ShellNodeRubyPHPPython

```

xxxxxxxxxx

curl --request GET \
     --url 'https://svc.blockdaemon.com/streaming/v2/targets/id/logs?page_size=10' \
     --header 'accept: application/json' \
     --header 'authorization: Bearer ••••'
```

Click `Try It!` to start a request and see the response here! Or choose an example:

application/json

``200``default

Updated 2 months ago

* * *
