Skip to main content
POST
Query Meeting Memories

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/integrations#api)

Body

application/json
kb_scope
enum<string>
default:both
required

Which meeting KB(s) to query.

Available options:
both,
pre,
post
sort_order
enum<string>
default:desc
required

Sort memories by meeting date.

Available options:
desc,
asc
context_limit
string
default:20
required

Maximum number of meeting memories to include.

Pattern: ^[0-9]+$
mode
enum<string>
default:list
required

'list' returns memories with metadata (no LLM). 'query' sends memories as context to an LLM with your prompt.

Available options:
list,
query
output_variable_name
string
default:meeting_memories
required

Variable name to store the result. In 'list' mode: memories array. In 'query' mode: includes llm_response.

Pattern: ^[a-zA-Z][a-zA-Z0-9_]*$
event_id
string

Calendar event ID. For recurring meetings, a specific instance like 'abc_20260217T153000Z' is auto-converted to 'abc_' to match the full series. Use 'abc_' directly for explicit wildcards, or 'abc123' for a single event.

prompt
string

The question to ask about the meeting memories (only used in 'query' mode).

Response

Successful response

status
integer<int32>

HTTP status code of the action response

response
object

Response data from the action