cURL
curl --request GET \ --url http://localhost:8080/api/admin/logs/runners/{workspace_id} \ --header 'Authorization: Bearer <token>'
{ "workspace_id": "<string>", "workspace_name": "<string>", "log_files": [ { "session_id": "<string>", "session_name": "<string>", "status": "<string>", "size_bytes": 123, "line_count": 123, "started_at": "<string>", "task_id": "<string>", "task_title": "<string>", "finished_at": "<string>" } ], "total": 123, "has_more": false }
List runner log files for a workspace with session metadata.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 100
0 <= x <= 100000
Filter by session status
Successful Response
Show child attributes