Skip to main content
GET
/
projects
/
{project_id}
/
agents
/
{agent_id}
/
actions
/
stream
Stream Agent Actions
curl --request GET \
  --url https://api.example.com/projects/{project_id}/agents/{agent_id}/actions/stream
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.pragmatiks.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

agent_id
string
required
project_id
string
required

Response

Successful Response