cURL
curl --request GET \ --url https://app.typebot.io/api/v1/typebots/{typebotId}/results \ --header 'Authorization: Bearer <token>'
{ "results": [ { "id": "<string>", "createdAt": "<string>", "typebotId": "<string>", "variables": [ { "id": "<string>", "name": "<string>", "value": "<string>" } ], "isCompleted": true, "hasStarted": true, "isArchived": true, "answers": [ { "createdAt": "<string>", "resultId": "<string>", "blockId": "<string>", "groupId": "<string>", "variableId": "<string>", "content": "<string>", "storageUsed": 123 } ] } ], "nextCursor": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Where to find my bot's ID?
1 <= x <= 100
today
last7Days
last30Days
yearToDate
allTime
Successful response
The response is of type object.
object