List resource log stream overrides

List resource log stream overrides for the provided filters. These overrides take precedence over any existing owner log streams.

Query Params
ownerId
array of strings

The ID of the owner (team or personal user) whose resources should be returned

ownerId
logStreamId
array of strings

Filter log streams by their id.

logStreamId
resourceId
array of strings

IDs of resources (server, cron job, postgres, or redis) to filter by

resourceId
setting
array of strings

Filter log streams by their setting.

setting
string

The position in the result list to start from when fetching paginated results. For details, see Pagination.

integer
1 to 100
Defaults to 20

The maximum number of items to return. For details, see Pagination.

Responses

Response body
array of objects
object
string

The ID of the resource.

string

The endpoint to stream logs to. Must be present if setting is send. Cannot be present if setting is drop.

string

Whether to send logs or drop them.

send drop

Language
Credentials