/
AM
amika
/
Amika API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 15h ago · Updated 1d ago
Details
Filter operations
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
26
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
Changes