GET
/
apps
/
{app_id}
/
webhooks
curl --request GET \
  --url https://api.withcortex.ai/apps/{app_id}/webhooks
[
  {
    "id": "<string>",
    "url": "<string>",
    "created_at": "2023-12-25",
    "updated_at": "2023-12-25",
    "events": [
      "record.created"
    ]
  }
]

Path Parameters

app_id
string
required

Query Parameters

page
number
take
number

Response

200 - application/json
id
string
required
url
string
required
created_at
string | null
required
updated_at
string | null
required
events
enum<string>[]
required
Available options:
record.created,
record.running,
record.completed,
record.failed