API Reference
Consensus
Schema
Platform
- Evals
- Processors
- POSTCreate
- DELDelete
- GETGet
- GETList
- PUTUpdate
- POSTSubmit
- Automations
- Tests
- Link
- Mailbox
- Endpoints
- Outlook
- Logs
- POST
- Secrets
Link
Get
Get a link by ID
GET
/
v1
/
processors
/
automations
/
links
/
{link_id}
Copy
automation = reclient.processors.automations.links.get(
link_id="lnk_Xf15nXFpo7mwfGT1aSYo4",
)
Copy
{
"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"
}
Copy
automation = reclient.processors.automations.links.get(
link_id="lnk_Xf15nXFpo7mwfGT1aSYo4",
)
Copy
{
"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"
}
Authorizations
Path Parameters
Response
200
application/json
Successful Response
The response is of type object
.
Copy
automation = reclient.processors.automations.links.get(
link_id="lnk_Xf15nXFpo7mwfGT1aSYo4",
)
Copy
{
"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"
}
Assistant
Responses are generated using AI and may contain mistakes.