Skip to content

Get console history

GET
/api/v1/services/{id}/console/history

Returns console history for the instance, optionally filtered by since/until (ISO-8601).

id
required
string
since
string

ISO-8601 start instant

until
string

ISO-8601 end instant

limit
integer format: int32

Max lines (clamped to 10000)

Console lines

Invalid since/until

object
error
object
code
string
message
string
status
required
integer format: int32

Unauthorized

Forbidden

Instance not found