Skip to main content
GET
/
v1
/
analytics
/
{botId}
/
logs
/
{resultId}
/
logs
List result logs
curl --request GET \
  --url https://app.quick.bot/api/v1/analytics/{botId}/logs/{resultId}/logs \
  --header 'Authorization: Bearer <token>'
{
  "logs": [
    {
      "id": "<string>",
      "createdAt": "<string>",
      "resultId": "<string>",
      "status": "<string>",
      "description": "<string>",
      "details": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

resultId
string
required

Response

Successful response

logs
object[]
required
I