Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EndpointListArgs

Hierarchy

  • EndpointListArgs

Index

Properties

Properties

Optional beforeId

beforeId: string

Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

Optional filter

filter: string

A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering.

Optional id

id: string[]

Filter results by endpoint IDs. Deprecated: use filter instead.

Optional limit

limit: string

Constrains the number of results in the dataset. See the API Overview for details.

Optional url

url: string[]

Filter results by endpoint URLs. Deprecated: use filter instead.

Generated using TypeDoc