API
actors.logs.get
Description
Returns the logs for a given actor.
Code Examples
Schema
Request Parameters
Response
List of actor IDs in these logs. The order of these correspond to the index in the log entry.
Sorted old to new.
Sorted old to new.
Streams the logs came from.
0 = stdout 1 = stderr
Index of the actor that this log was for. Use this index to look the full ID in
actor_ids
.Provided by watchable endpoints used in blocking loops.
Index indicating the version of the data responded. Pass this to
WatchQuery
to block and wait for the next response.