API ReferenceLogs
Search and retrieve action execution logs
Authorization
ApiKeyAuth x-api-key<token>
API key authentication
In: header
Request Body
application/json
cursornullable numberRequired
cursor_that_can_be_used_to_paginate_through_the_logs
limitnumber
number_of_logs_to_return
case_sensitivenullable boolean
whether_the_search_is_case_sensitive_or_not
fromnumber
start_time_of_the_logs_in_epoch_time
tonumber
end_time_of_the_logs_in_epoch_time
search_paramsarray of object
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://backend.composio.dev/api/v3/internal/action_execution/logs" \ -H "Content-Type: application/json" \ -d '{ "cursor": 0 }'{
"data": [
{
"id": "string",
"actionKey": "string",
"appKey": "string",
"app": {
"icon": "string",
"name": "string"
},
"connectedAccountId": "string",
"entityId": "string",
"status": "success",
"executionTime": 0,
"minimalResponse": "string",
"metadata": {
"recipe_id": "string"
},
"createdAt": 0
}
],
"nextCursor": 0
}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}