List Raw Actions
curl --request GET \
--url https://api.klavis.ai/mcp-server/strata/{strataId}/raw-actions \
--header 'Authorization: Bearer <token>'import requests
url = "https://api.klavis.ai/mcp-server/strata/{strataId}/raw-actions"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.klavis.ai/mcp-server/strata/{strataId}/raw-actions', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.klavis.ai/mcp-server/strata/{strataId}/raw-actions', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"strataId": "<string>",
"server": "<string>",
"result": {}
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Strata
List Raw Actions
Fetch raw actions (all underlying actions) for a specific integration within a Strata MCP instance.
GET
/
mcp-server
/
strata
/
{strataId}
/
raw-actions
List Raw Actions
curl --request GET \
--url https://api.klavis.ai/mcp-server/strata/{strataId}/raw-actions \
--header 'Authorization: Bearer <token>'import requests
url = "https://api.klavis.ai/mcp-server/strata/{strataId}/raw-actions"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.klavis.ai/mcp-server/strata/{strataId}/raw-actions', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.klavis.ai/mcp-server/strata/{strataId}/raw-actions', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"strataId": "<string>",
"server": "<string>",
"result": {}
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Authorizations
Your Klavis AI API key.
Path Parameters
The strata server ID
Query Parameters
The name of the server to fetch raw actions for
Available options:
Affinity, Airtable, Amplitude, Asana, Attio, Box, Brave Search, Cal.com, Canva, ClickUp, Close, Cloudflare, Coinbase, Confluence, Dialpad, Discord, Doc2markdown, DocuSign, Dropbox, ElevenLabs, Exa, Fathom, Fetch URL, Figma, Fireflies, Firecrawl Deep Research, Firecrawl Web Search, Freshdesk, GitHub, GitLab, Gmail, Gong, Google Calendar, Google Docs, Google Drive, Google Jobs, Google Sheets, Google Forms, Google Cloud, GoogleWorkspaceAtlas, Hacker News, Heygen, HubSpot, Intercom, Jira, Klaviyo, Klavis ReportGen, Linear, LinkedIn, Markdown2doc, Mem0, Microsoft Teams, Mixpanel, Monday, Moneybird, Motion, Notion, OneDrive, Openrouter, Outlook Mail, Outlook Calendar, PagerDuty, Pipedrive, Plai, Postgres, PostHog, Postman, QuickBooks, Resend, Salesforce, SendGrid, Shopify, Slack, Snowflake, Stripe, Supabase, Tavily, Vercel, WhatsApp, WordPress, YouTube, Zendesk, ServiceNow, PayPal, Sentry, Netlify, Hugging Face, Square, Clockwise, Jotform, Honeycomb, Zoho Mail, Sharesight, Weights and Biases, Instagram, MongoDB Minimum string length:
1