GET
/
tasks
curl --request GET \
  --url https://ronika-api.induced.ai/v1/tasks \
  --header 'x-api-key: <api-key>'
{
  "tasks": [
    {
      "id": "<string>",
      "status": "<string>",
      "startedAt": "2023-11-07T05:31:56Z",
      "completedAt": "2023-11-07T05:31:56Z",
      "intent": "<string>",
      "title": "<string>",
      "summary": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json
A list of tasks
tasks
object[]