/
MA
marmotdata
/
Marmot API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 30m ago · Updated 5d ago
Details
Filter operations
admin
2
agents
4
post
Record agent run
get
Agent activity
get
List agent runs
get
Agent stats
asset-rules
8
assets
25
auth
5
glossary
8
ingestion
11
lineage
6
mcp
1
metrics
8
owners
1
pipelines
1
plugins
2
products
19
roles
7
runs
7
search
1
service_accounts
8
sso
5
teams
10
ui
1
users
14
agents
Record agent run
post
/api/v1/agents/runs
Request body
RecordRunRequest
required
agent_mrn
string
ended_at
string
error
string
model
string
observed_assets
string[]
run_id
string
started_at
string
status
string
tokens_in
integer
tokens_out
integer
tool_calls
ToolCallPayload[]
Response
Created
AgentRun
required
agent_id
string
created_at
string
duration_ms
integer
ended_at
string
error
string
id
string
model
string
run_id
string
started_at
string
status
string
tokens_in
integer
tokens_out
integer
tool_calls
ToolCall[]
Changes