GET
/
v1
/
processors
/
automations
/
endpoints
automations = reclient.processors.automations.endpoints.list(
    processor_id="proc_01G34H8J2K",
)
{
  "data": [
    {
      "id": "endp_rh-D1lcOuPZj1qqhL3YPc",
      "name": "Endpoint Automation",
      "processor_id": "proc_o4dtLxizT0kDAjeKuyVLA",
      "updated_at": "2025-06-26T15:21:10.531000",
      "default_language": "en",
      "webhook_url": "https://your-server.com/webhook",
      "webhook_headers": {},
      "need_validation": false,
      "object": "automation.endpoint"
    }
  ],
  "list_metadata": {
    "before": null,
    "after": null
  }
}
automations = reclient.processors.automations.endpoints.list(
    processor_id="proc_01G34H8J2K",
)
{
  "data": [
    {
      "id": "endp_rh-D1lcOuPZj1qqhL3YPc",
      "name": "Endpoint Automation",
      "processor_id": "proc_o4dtLxizT0kDAjeKuyVLA",
      "updated_at": "2025-06-26T15:21:10.531000",
      "default_language": "en",
      "webhook_url": "https://your-server.com/webhook",
      "webhook_headers": {},
      "need_validation": false,
      "object": "automation.endpoint"
    }
  ],
  "list_metadata": {
    "before": null,
    "after": null
  }
}

Authorizations

Api-Key
string
header
required

Query Parameters

before
string | null
after
string | null
limit
integer | null
default:10
order
enum<string> | null
default:desc
Available options:
asc,
desc
id
string | null
name
string | null
webhook_url
string | null
processor_id
string | null

Response

200
application/json

Successful Response

The response is of type object.