v1

latestOpenAPI 3.0.3Apache 2.02026-07-17323041.0 KB
Endpoint

List endpoints

get/workspaces/{ws_id}/endpoints

Query parameters

page_nointeger
page_sizeinteger
limitinteger

A limit on the number of objects to be returned. Limit can range between 1 and 1000, and the default is 20.

sort'id.desc' | 'id.asc'

Only id.asc and id.desc are supported.

afterstring

A cursor for use in pagination.

beforestring

A cursor for use in pagination.

namestring

name filter

enabledboolean

enabled filter

OR
integer

created_at filter (unix time in milliseconds).

metadataobject

Response

OK

OR

Example response

{
  "total": 1,
  "data": [
    {
      "request": {
        "url": "https://example.com"
      },
      "events": [
        "foo.bar"
      ]
    }
  ]
}