Get instance logs
⚠️ This endpoint is in public preview.
Retrieve logs for an instance.
Path parameters
A resource path like 'sfc:instance:acme:prod:my-instance' or an ID. Resource paths are human-readable but not stable - they change when resources are renamed or moved. IDs are stable and permanent.
Query parameters
Return logs with seqnum less than or equal to this value.
Return logs with seqnum greater than or equal to this value.
Unix timestamp.
Due to clock synchronization, some earlier log messages may have a realtime timestamp after this value.
Unix timestamp.
Due to clock synchronization, some later log messages may have a realtime timestamp before this value.
Response
Log chunks.
Example response
{
"object": "list",
"data": [
{
"timestamp_realtime": 1738972800,
"data": "SGVsbG8gV29ybGQK"
}
]
}Changes
Changed in 1 of the 44 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 20 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○