Skip to main content

getAgent

GET 

https://host/v1/environment/:environment/agents/:id

Get an Agent in an Environment by its id.

Request

Path Parameters

    environment stringrequired
    id stringrequired

Responses

Agent

Schema

    id stringrequired
    name stringrequired
    state AgentState (string)required

    Possible values: [Active, Archived, Disabled]

    version stringrequired
    processorVersion stringrequired
    environment stringrequired
    creator string

    tags

    object[]

  • Array [

  • id stringrequired
    type stringrequired
    value stringrequired
  • ]

curl -L 'https://host/v1/environment/:environment/agents/:id' \
-H 'Accept: application/json' \
-H 'api-key: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://host
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!