Searches Datadog logs with advanced filtering capabilities. IMPORTANT NOTES: - Sort parameter is NOT supported by the Datadog Logs API and will cause errors - Time parameters must be in milliseconds (13-digit UNIX timestamps) - Limit parameter is passed as string to the API - Lo…
indexstringIndex name to search in Use DATADOG_LIST_LOG_INDEXES to discover available indexes; an incorrect or omitted index can silently exclude valid logs.
limitintegerMaximum number of logs to return (max 1000, default 50)
queryRequiredstringLog search query string
time_toRequiredintegerEnd time as UNIX timestamp (in milliseconds). Note: Time range cannot exceed 15 days.
start_atstringPagination cursor for next page (use 'nextLogId' from previous response). IMPORTANT: Cursors expire quickly and can only be used with the exact same query and time parameters they were generated from. If you receive an 'Invalid startAt' error, omit this parameter and start a fre…
time_fromRequiredintegerStart time as UNIX timestamp (in milliseconds). Note: Time range cannot exceed 15 days.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action