Skip to main content
GET
Get Mid-call Action
This endpoint allows you to retrieve detailed information about a specific Mid-call Action.

Headers

Authorization
string
required
Bearer token for authentication
Content-Type
string
required
Must be application/json
Accept
string
required
Must be application/json

Path Parameters

id
integer
required
The unique identifier of the Mid-call Action

Response Fields

id
integer
The unique identifier of the Mid-call Action
name
string
The name of the Mid-call Action
description
string
Detailed explanation of when and how the AI should use this Mid-call Action
type
string
Mid-call Action type: http or automation
endpoint
string
The API endpoint URL that will be called
method
string
HTTP method (GET, POST, PUT, PATCH, DELETE)
body_format
string
Request body encoding: json or form
timeout
integer
Request timeout in seconds (1-30)
headers
array
HTTP headers to send with the request
static_fields
array
Fixed key/value pairs always sent with the request
schema
array
Parameters that the AI will extract and send to the endpoint
created_at
string
ISO 8601 timestamp when the Mid-call Action was created
updated_at
string
ISO 8601 timestamp when the Mid-call Action was last updated

Assigning Mid-call Actions to Assistants

To use this Mid-call Action with an assistant, see:
  • Create Assistant — Attach Mid-call Actions using the tool_ids parameter
  • Update Assistant — Manage Mid-call Action assignments using the tool_ids parameter
Need a whole toolset instead of building HTTP actions one by one? Connect an external MCP server — tools are discovered automatically. See MCP Servers.