v1

latestOpenAPI 3.1.02026-07-263971,2281.1 MB
AgentService

GetAgentRun

post/textql.rpc.public.agent.AgentService/GetAgentRun

Headers

Connect-Protocol-Version1 required

Define the version of the Connect protocol

Connect-Timeout-Msnumber

Define the timeout, in ms

Request body

runIdstring

Response

Success

Example response

{
  "run": {
    "createdAt": "2023-01-15T01:30:15.01Z",
    "startedAt": "2023-01-15T01:30:15.01Z",
    "finishedAt": "2023-01-15T01:30:15.01Z",
    "egressSummary": {
      "calls": [
        {
          "occurredAt": "2023-01-15T01:30:15.01Z"
        }
      ]
    }
  }
}