Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Render Logs API

[Logs](https://render.com/docs/logging) allow you to retrieve logs for your services, Postgres databases, and redis instances.You can query for logs or subscribe to logs in real-time via a websocket.

Render Logs API is one of 26 APIs that Render publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

This API exposes 3 JSON Schema definitions.

Tagged areas include Logs. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an AsyncAPI specification, a JSON-LD context, and 3 JSON Schemas.

This API exposes 10 operations across 6 paths, and defines 1 schema. It is described by OpenAPI 3.0.2, at version 1.0.0.

Requests are made against a single base URL, https://api.render.com/v1.

10 operations 6 paths 1 schemas 2 DELETE6 GET2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.2
API Version
1.0.0
Base URL
https://api.render.com/v1
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Render Logs API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

Paths & Operations 10

Across 6 paths, the API surfaces 10 operations — 2 DELETE, 6 GET, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Logs 10

[Logs](https://render.com/docs/logging) allow you to retrieve logs for your services, Postgres databases, and redis instances. You can query for logs or subscribe to logs in real-…

GET
/logs
List logs
list-logs 16 params → 200400401403404406410429
GET
/logs/subscribe
Subscribe to new logs
subscribe-logs 16 params → 101400401403404406410429
GET
/logs/values
List log label values
list-logs-values 17 params → 200400401403404406410429
GET
/logs/streams/owner/{ownerId}
Retrieve log stream
get-owner-log-stream 1 param → 200400401403404406410429
PUT
/logs/streams/owner/{ownerId}
Update log stream
update-owner-log-stream 1 param body → 200400401403404406410429
DELETE
/logs/streams/owner/{ownerId}
Delete log stream
delete-owner-log-stream 1 param → 204400401404429500503
GET
/logs/streams/resource
List log stream overrides
list-resource-log-streams 6 params → 200400401403404406410429
GET
/logs/streams/resource/{resourceId}
Retrieve log stream override
get-resource-log-stream 1 param → 200400401403404406410429
PUT
/logs/streams/resource/{resourceId}
Update log stream override
update-resource-log-stream 1 param body → 200400401403404406410429
DELETE
/logs/streams/resource/{resourceId}
Delete log stream override
delete-resource-log-stream 1 param → 204400401404429500503

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is error (2 properties). Each schema is shown below with its type and property counts.

error
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

render-logs-api-openapi.yml Raw ↑

Other APIs Render publishes across the network.

Render Audit Logs API
Render Blueprints API
Render Custom Domains API
Render Deploys API
Render Disks API
Render Environment Groups API
Render Events API
Render Key Value API
Render Maintenance API
Render Metrics API
Render Notification Settings API
Render One-Off Jobs API