Skip to main content
GET
Get Workspace Runner Logs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
string
required

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: 0 <= x <= 100000
status
string | null

Filter by session status

Response

200 - application/json

Successful Response

workspace_id
string
required
workspace_name
string
required
log_files
RunnerLogFile · object[]
required
total
integer
required
has_more
boolean
default:false