API Reference
Consensus
Schema
Platform
- Evals
- Processors
- POSTCreate
- DELDelete
- GETGet
- GETList
- PUTUpdate
- POSTSubmit
- Automations
- Tests
- Link
- Mailbox
- Endpoints
- Outlook
- Logs
- POST
- Secrets
Outlook
List
List outlook plugins with pagination support
GET
/
v1
/
processors
/
automations
/
outlook
Copy
automations = reclient.processors.automations.outlook.list(
processor_id="proc_o4dtLxizT0kDAjeKuyVLA",
)
Copy
{
"data": [
{
"id": "outlook_DDw72RgWgIfKFXGaWXcGu",
"name": "Outlook Automation Updated",
"processor_id": "proc_o4dtLxizT0kDAjeKuyVLA",
"updated_at": "2025-06-26T15:15:34.250000",
"default_language": "en",
"webhook_url": "https://your-server.com/webhook",
"webhook_headers": {},
"need_validation": false,
"authorized_domains": [],
"authorized_emails": [],
"layout_schema": null,
"match_params": [],
"fetch_params": [],
"object": "automation.outlook"
}
],
"list_metadata": {
"before": null,
"after": null
}
}
Copy
automations = reclient.processors.automations.outlook.list(
processor_id="proc_o4dtLxizT0kDAjeKuyVLA",
)
Copy
{
"data": [
{
"id": "outlook_DDw72RgWgIfKFXGaWXcGu",
"name": "Outlook Automation Updated",
"processor_id": "proc_o4dtLxizT0kDAjeKuyVLA",
"updated_at": "2025-06-26T15:15:34.250000",
"default_language": "en",
"webhook_url": "https://your-server.com/webhook",
"webhook_headers": {},
"need_validation": false,
"authorized_domains": [],
"authorized_emails": [],
"layout_schema": null,
"match_params": [],
"fetch_params": [],
"object": "automation.outlook"
}
],
"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.outlook.list(
processor_id="proc_o4dtLxizT0kDAjeKuyVLA",
)
Copy
{
"data": [
{
"id": "outlook_DDw72RgWgIfKFXGaWXcGu",
"name": "Outlook Automation Updated",
"processor_id": "proc_o4dtLxizT0kDAjeKuyVLA",
"updated_at": "2025-06-26T15:15:34.250000",
"default_language": "en",
"webhook_url": "https://your-server.com/webhook",
"webhook_headers": {},
"need_validation": false,
"authorized_domains": [],
"authorized_emails": [],
"layout_schema": null,
"match_params": [],
"fetch_params": [],
"object": "automation.outlook"
}
],
"list_metadata": {
"before": null,
"after": null
}
}
Assistant
Responses are generated using AI and may contain mistakes.