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

Headers

string
required
Bearer token for authentication
string
required
Must be application/json
string
required
Must be application/json

Path Parameters

integer
required
The unique identifier of the Mid-call Action

Response Fields

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