API Reference
Consensus
Schema
Platform
- Evals
- Processors
- POSTCreate
- DELDelete
- GETGet
- GETList
- PUTUpdate
- POSTSubmit
- Automations
- Tests
- Link
- Mailbox
- Endpoints
- Outlook
- Logs
- POST
- Secrets
Link
List
List links with pagination support
GET
/
v1
/
processors
/
automations
/
links
Copy
automations = reclient.processors.automations.links.list(
processor_id="proc_01G34H8J2K",
)
Copy
{
"data": [
{
"id": "lnk_Xf15nXFpo7mwfGT1aSYo4",
"name": "Link Automation",
"processor_id": "proc_o4dtLxizT0kDAjeKuyVLA",
"updated_at": "2025-06-26T15:34:08.843229Z",
"default_language": "en",
"webhook_url": "https://your-server.com/webhook",
"webhook_headers": {},
"need_validation": false,
"password": null,
"object": "automation.link"
}
],
"list_metadata": {
"before": null,
"after": null
}
}
Copy
automations = reclient.processors.automations.links.list(
processor_id="proc_01G34H8J2K",
)
Copy
{
"data": [
{
"id": "lnk_Xf15nXFpo7mwfGT1aSYo4",
"name": "Link Automation",
"processor_id": "proc_o4dtLxizT0kDAjeKuyVLA",
"updated_at": "2025-06-26T15:34:08.843229Z",
"default_language": "en",
"webhook_url": "https://your-server.com/webhook",
"webhook_headers": {},
"need_validation": false,
"password": null,
"object": "automation.link"
}
],
"list_metadata": {
"before": null,
"after": null
}
}
Authorizations
Query Parameters
Available options:
asc
, desc
Response
200
application/json
Successful Response
The response is of type object
.
Copy
automations = reclient.processors.automations.links.list(
processor_id="proc_01G34H8J2K",
)
Copy
{
"data": [
{
"id": "lnk_Xf15nXFpo7mwfGT1aSYo4",
"name": "Link Automation",
"processor_id": "proc_o4dtLxizT0kDAjeKuyVLA",
"updated_at": "2025-06-26T15:34:08.843229Z",
"default_language": "en",
"webhook_url": "https://your-server.com/webhook",
"webhook_headers": {},
"need_validation": false,
"password": null,
"object": "automation.link"
}
],
"list_metadata": {
"before": null,
"after": null
}
}
Assistant
Responses are generated using AI and may contain mistakes.