POST
/
api
/
v1
/
logs

Authorizations

x-api-key
string
header
required

API key for authentication, you can easily get it from the dashboard after login or if you are using CLI, you can get it from the composio whoami command

Body

application/json
actionName
string
required

Action name of the log

isError
boolean
required
providerName
string
required

Provider name of the log

request
object
required
response
object
required
connectionId
string

Connection ID of the log

entityId
string

Entity ID of the log

logsType
string

Type of the log

sessionId
string

Session ID of the log

Response

200 - application/json
isIngested
boolean
required