API ReferenceLogs
Get detailed execution log by ID
Authorization
ApiKeyAuth x-api-key<token>
API key authentication
In: header
Path Parameters
idstring
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://backend.composio.dev/api/v3/internal/action_execution/log/string"{
"actionLogId": "string",
"actionId": "string",
"status": "success",
"app": {
"name": "string",
"uniqueId": "string",
"icon": "string"
},
"version": "string",
"connection": {
"id": "string",
"entity": "string"
},
"session": {
"property1": null,
"property2": null
},
"executionMetadata": {
"property1": null,
"property2": null
},
"steps": [
{
"type": "tool_execution",
"startTime": 0,
"endTime": 0,
"totalDuration": 0,
"status": "success",
"message": "string",
"metadata": {
"encryption": "string"
},
"logs": [
{
"type": "network",
"level": "string",
"message": "string",
"requestId": "d385ab22-0f51-4b97-9ecd-b8ff3fd4fcb6",
"time": 0,
"request": {
"method": "string",
"url": "string",
"headers": {
"property1": "string",
"property2": "string"
},
"params": {
"property1": null,
"property2": null
},
"timeout": 0,
"json": {
"property1": null,
"property2": null
}
},
"response": {
"status": 0,
"time": "string"
}
}
]
}
],
"payloadReceived": {
"property1": null,
"property2": null
},
"startTime": 0,
"endTime": 0,
"totalDuration": "string",
"response": {
"property1": null,
"property2": null
},
"error": {
"property1": null,
"property2": null
}
}{
"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"
]
}
}