curl --request GET \
--url https://release0.com/api/v1/agents/{agentId}/results \
--header 'Authorization: Bearer <token>'{
"results": [
{
"id": "<string>",
"createdAt": "<string>",
"isCompleted": true,
"hasStarted": true,
"lastChatSessionId": "<string>",
"answers": [
{
"createdAt": "<string>",
"blockId": "<string>",
"content": "<string>",
"isSecure": true,
"attachedFileUrls": [
"<string>"
]
}
],
"agentId": "<string>",
"workspaceId": "<string>",
"variables": [
{
"id": "<string>",
"name": "<string>",
"value": "<string>",
"isSessionVariable": true
}
],
"isArchived": true,
"updatedAt": "<string>",
"metadata": {
"ip": "<string>",
"location": {
"continent": "<string>",
"country": "<string>",
"region": "<string>",
"city": "<string>",
"latitude": "<string>",
"longitude": "<string>",
"vercel_region": "<string>"
},
"device": {
"type": "<string>",
"vendor": "<string>",
"model": "<string>"
},
"browser": {
"name": "<string>",
"version": "<string>"
},
"os": {
"name": "<string>",
"version": "<string>"
},
"url": "<string>",
"bot": true,
"qr": true,
"referer": "<string>"
}
}
],
"nextCursor": "<string>"
}API endpoint to retrieve a list of all submission results for a specific agent.
curl --request GET \
--url https://release0.com/api/v1/agents/{agentId}/results \
--header 'Authorization: Bearer <token>'{
"results": [
{
"id": "<string>",
"createdAt": "<string>",
"isCompleted": true,
"hasStarted": true,
"lastChatSessionId": "<string>",
"answers": [
{
"createdAt": "<string>",
"blockId": "<string>",
"content": "<string>",
"isSecure": true,
"attachedFileUrls": [
"<string>"
]
}
],
"agentId": "<string>",
"workspaceId": "<string>",
"variables": [
{
"id": "<string>",
"name": "<string>",
"value": "<string>",
"isSessionVariable": true
}
],
"isArchived": true,
"updatedAt": "<string>",
"metadata": {
"ip": "<string>",
"location": {
"continent": "<string>",
"country": "<string>",
"region": "<string>",
"city": "<string>",
"latitude": "<string>",
"longitude": "<string>",
"vercel_region": "<string>"
},
"device": {
"type": "<string>",
"vendor": "<string>",
"model": "<string>"
},
"browser": {
"name": "<string>",
"version": "<string>"
},
"os": {
"name": "<string>",
"version": "<string>"
},
"url": "<string>",
"bot": true,
"qr": true,
"referer": "<string>"
}
}
],
"nextCursor": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1 <= x <= 100today, last7Days, last30Days, monthToDate, lastMonth, yearToDate, allTime The end date of creation to retrieve results from.
Successful response
Show child attributes
Show child attributes