Skip to main content
GET
Retrieve agent

Authorizations

Authorization
string
header
default:woesk_your_api_key_here
required

Workspace API key that starts with woesk_. Paste your own key into the docs playground; never expose it in browser code.

Path Parameters

agentId
string
required

Agent id returned by the Agents API.

Response

Agent found.

agent
object
required

Public agent metadata. Prompt/config internals, learned profiles, attached source ids, provider details, and operator-only debug data are intentionally omitted.

Last modified on July 4, 2026