GET
/
v1
/
processors
/
automations
/
endpoints
/
{endpoint_id}
endpoint = reclient.processors.automations.endpoints.get(
    endpoint_id="endp_jKH0WW6X1dD3wtWbnuuXQ",
)
{
  "id": "endp_jKH0WW6X1dD3wtWbnuuXQ",
  "name": "Endpoint Automation 2",
  "processor_id": "proc_o4dtLxizT0kDAjeKuyVLA",
  "updated_at": "2025-06-26T16:29:04.953000",
  "default_language": "en",
  "webhook_url": "https://your-server.com/webhook",
  "webhook_headers": {},
  "need_validation": false,
  "object": "automation.endpoint"
}
endpoint = reclient.processors.automations.endpoints.get(
    endpoint_id="endp_jKH0WW6X1dD3wtWbnuuXQ",
)
{
  "id": "endp_jKH0WW6X1dD3wtWbnuuXQ",
  "name": "Endpoint Automation 2",
  "processor_id": "proc_o4dtLxizT0kDAjeKuyVLA",
  "updated_at": "2025-06-26T16:29:04.953000",
  "default_language": "en",
  "webhook_url": "https://your-server.com/webhook",
  "webhook_headers": {},
  "need_validation": false,
  "object": "automation.endpoint"
}

Authorizations

Api-Key
string
header
required

Path Parameters

endpoint_id
string
required

Response

200
application/json

Successful Response

The response is of type object.