Get exec session logs

Return raw logs for a specific exec session.

Authentication

AuthorizationBearer

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

Path parameters

sandbox_idstringRequired
exec_idstringRequired

Query parameters

limitintegerOptional<=5000Defaults to 2000
Maximum number of log lines
sincedatetime or nullOptional
Only return logs after this timestamp

Response

Successful Response
exec_idstring
logslist of objects

Errors

401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error