GET
/
v1
/
typebots
/
{typebotId}
/
results
/
{resultId}
/
logs
curl --request GET \
  --url https://app.typebot.io/api/v1/typebots/{typebotId}/results/{resultId}/logs \
  --header 'Authorization: Bearer <token>'
{
  "logs": [
    {
      "id": "<string>",
      "createdAt": "<string>",
      "resultId": "<string>",
      "status": "<string>",
      "description": "<string>",
      "details": "<string>"
    }
  ]
}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

typebotId
string
required
resultId
string
required

Response

200 - application/json
logs
object[]
required