/
CA
casemark
/
Case.dev API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 44m ago · Updated 3mo ago
Details
Filter operations
Agents
49
get
List agents
post
Create agent
get
Get agent
delete
Delete agent
patch
Update agent
post
Create interactive chat session
delete
End chat session
post
Cancel active chat generation
get
List session files
get
Download session file
post
Send chat message (synchronous)
post
Reply to agent question
post
Respond to chat message (streaming)
get
Stream chat events
post
Execute ad-hoc agent
get
List runs
post
Create run
post
Cancel run
get
Get run details
get
Stream run events
post
Execute run
get
Get run status
post
Watch run
post
Create interactive chat session
delete
End chat session
post
Cancel active chat generation
get
List session files
get
Download session file
post
Send chat message (synchronous)
post
Reply to agent question
post
Respond to chat message (streaming)
get
Stream chat events
post
Execute ad-hoc v2 agent
post
Create v2 run
get
Get v2 run details
get
Stream v2 run events
post
Execute v2 run
get
Get v2 run status
get
List mail inboxes
post
Create a mail inbox
get
Get a mail inbox
delete
Delete a mail inbox
get
List mail messages
get
Get a mail message
get
Get mail attachment metadata
post
Reply to a mail message
post
Send a mail message
get
Get inbox mail policy
put
Set inbox mail policy
Applications Deployments
11
Applications Domains
3
Applications Env Vars
3
Applications Projects
5
Compute
18
Database
9
Format
5
Legal
15
LLMs
5
Matters
32
Memory
7
OCR
4
Privilege
1
Search
7
Skills
6
SuperDoc
3
System
3
Translation
3
Vaults
37
Voice
10
Agents
Get agent
Retrieves a single agent definition by ID.
get
/agent/v1/agents/{id}
Path parameters
id
string
required
Agent ID
Response
Agent details
object
required
id
string
name
string
description
string
nullable
instructions
string
model
string
vaultIds
string[]
nullable
enabledTools
string[]
nullable
disabledTools
string[]
nullable
sandbox
object
nullable
isActive
boolean
createdAt
string
date-time
updatedAt
string
date-time
Changes