Skip to main content
GET
Read logs
Returns workflow execution logs — inputs, outputs, console output, and stack traces. Logs are retained for 90 days. See Troubleshooting for common runtime errors and fixes.

Authorizations

Authorization
string
header
required

Enter your Zite API key. Format: Bearer <api_key>

Path Parameters

appId
string
required

The app ID.

Query Parameters

status
enum<string>
default:all

Filter by outcome.

Available options:
all,
success,
error
mode
enum<string>
default:both

Which environment to read from.

Available options:
live,
preview,
both
limit
integer

Max runs to return.

Required range: 1 <= x <= 50
hoursAgo
integer
default:24

Lookback window in hours.

Required range: 1 <= x <= 168

Response

Endpoint execution runs

runs
object[]
totalCount
integer