/
AM
amika
/
Amika API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 9h ago · Updated 1w ago
View markdown
amika
Amika API
get
Read an agent session
latest
OpenAPI 3.1.0
2026-08-14
92
89
225.1 KB
664536fccd0e
AgentSessions
5
get
List the org's agent-session chats
post
Send a message to a coding agent, creating a sandbox if needed
post
Send a message to a coding agent, streaming the reply (SSE)
get
Read an agent session
get
Stream a session's events (SSE)
API keys
3
Docker registries
3
Downloads
2
Git user settings
2
Integrations
2
Linear
2
Meta
1
Repositories
9
Sandboxes
27
SandboxServices
1
SandboxSnapshots
5
Secrets
20
Services
3
Slack
5
Uploads
2
AgentSessions
Read an agent session
get
/api/v0beta1/agent-sessions/{id}
Path parameters
id
string
required
Response
Agent session.
AgentSessionDetail
required
session_id
string
required
sandbox_id
string
required
sandbox_name
string
nullable
required
agent
string
required
status
string
required
preview
string
nullable
required
started_at
union
required
ended_at
union
required
created_at
union
required
updated_at
union
required
messages
AgentSessionMessage[]
required