GET
/
autonomous
/
{id}
curl --request GET \
  --url https://api.induced.ai/api/v1/autonomous/{id} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "data": {
    "run": {
      "id": "<string>",
      "status": "<string>",
      "objective": "<string>",
      "steps": [
        {
          "id": "<string>",
          "step": "<string>",
          "status": "<string>",
          "thought": "<string>"
        }
      ],
      "result": "<string>"
    }
  },
  "requestId": "<string>",
  "timeTaken": 123
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

200 - application/json
Task result retrieved successfully
success
boolean
data
object
requestId
string
timeTaken
integer