Logs
x-internal

Search and retrieve action execution logs

post/api/v3.1/internal/action_execution/logs

Request body

cursornumber nullable required

cursor_that_can_be_used_to_paginate_through_the_logs

limitnumber

number_of_logs_to_return

case_sensitiveboolean nullable

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

Response

Successfully retrieved action execution fields

nextCursornumber nullable required

Changes

Changed in 2 of the 61 revisions of this API.3

    • the endpoint scheme security CookieAuth was removed from the API

      api-security-removed

    • the endpoint scheme security UserApiKeyAuth was removed from the API

      api-security-removed

    • endpoint added

      endpoint-added