/
MA
marmotdata
/
Marmot API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
Swagger 2.0
MIT
2026-07-17
153
169
349.2 KB
agents
Record agent run
post
/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[]