curl --request GET \
--url https://api.example.com/sessions/{session_id}/network/logs \
--header 'Authorization: Bearer <token>'{
"session_id": "<string>",
"batches": [
{
"key": "<string>",
"size": 123,
"download_url": "<string>",
"download_url_expires_in_seconds": 123
}
],
"total_batch_count": 123,
"format": "batched_v1"
}curl --request GET \
--url https://api.example.com/sessions/{session_id}/network/logs \
--header 'Authorization: Bearer <token>'{
"session_id": "<string>",
"batches": [
{
"key": "<string>",
"size": 123,
"download_url": "<string>",
"download_url_expires_in_seconds": 123
}
],
"total_batch_count": 123,
"format": "batched_v1"
}Documentation Index
Fetch the complete documentation index at: https://docs.notte.cc/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
Maximum number of batch files to return
1 <= x <= 1000Whether to include download URLs for the logs
Was this page helpful?
Suggestions