Skip to main content

List result logs

List result logs

Path Parameters
typebotId string โ€” REQUIRED
resultId string โ€” REQUIRED
Responses
200

Successful response

Schema
logs object[]
id string
createdAt date-time
resultId string
status string
description string
details string
default

Error response

Schema
message string
code string
issues object[]
message string
query.results.getResultLogs
GET /typebots/:typebotId/results/:resultId/logs
typebotId โ€” path
resultId โ€” path
https://app.typebot.io/api/v1
curl -L -X GET 'https://app.typebot.io/api/v1/typebots/:typebotId/results/:resultId/logs' \
-H 'Accept: application/json'