v42

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-06323041.1 KB
Endpoint

Retrieve a endpoint

get/workspaces/{ws_id}/endpoints/{id}

Path parameters

idstring required

Response

OK

idstring
namestring nullable
descriptionstring nullable
enabledboolean
eventsstring[]
metadataMetadata
created_atinteger
updated_atinteger

Example response

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