Optional
configuration: ConfigurationSends logs to the Clickhouse if it is connected
Optional
xOrganization: stringOrganization unique slug
Optional
org: stringOrganization unique slug
Optional
orgId: numberOrganization identifier
Optional
options: AxiosRequestConfig<any>Override http request option.
Method saves logs from a client on the server
Receive logs from the server
Optional
action: "download"Used to start downloading process after annotation file had been created
Optional
filename: stringDesired output file name
Optional
from: stringFilter events after the datetime. If no 'from' or 'to' parameters are passed, the last 30 days will be set.
Optional
jobId: numberFilter events by job ID
Optional
orgId: numberFilter events by organization ID
Optional
projectId: numberFilter events by project ID
Optional
queryId: stringID of query request that need to check or download
Optional
taskId: numberFilter events by task ID
Optional
to: stringFilter events before the datetime. If no 'from' or 'to' parameters are passed, the last 30 days will be set.
Optional
userId: numberFilter events by user ID
Optional
options: AxiosRequestConfig<any>Override http request option.
Method returns csv log file
Generated using TypeDoc
EventsApi - functional programming interface