Skip to main content
GET
/
api
/
sdk
/
agent
/
{agent_id}
/
user-inputs
Get user input collection for an agent
curl --request GET \
  --url https://api.example.com/api/sdk/agent/{agent_id}/user-inputs
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

agent_id
string<uuid>
required

Response

Successful Response