원클릭으로
filescom-action-notification-exports
An ActionNotificationExport is an operation that provides access to outgoing webhook logs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
An ActionNotificationExport is an operation that provides access to outgoing webhook logs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Files.com User Additional Email Recipients via files-cli.
A Holiday Calendar defines site-wide holiday dates and optional partial-day windows that scheduled resources skip.
A RemoteServerCredential is a way to store a credential for Remote Servers in a centralized vault and then reference it from Remote Server definitions.
A RemoteServer is a specific type of Behavior called `remote_server_sync`.
Files.com Files via files-cli.
Expectations let your Files.com site define what “correct” file delivery looks like, continuously evaluate whether it happened, and keep history when it did not.
| name | filescom-action-notification-exports |
| description | An ActionNotificationExport is an operation that provides access to outgoing webhook logs. |
An ActionNotificationExport is an operation that provides access to outgoing webhook logs. Querying webhook logs is a little different than other APIs.
All queries against the archive must be submitted as Exports. (Even our Web UI creates an Export behind the scenes.)
In any query field in this API, you may specify multiple values separated by commas. That means that commas cannot be searched for themselves, and neither can single quotation marks.
Use the following steps to complete an export:
id from the response to step 1, poll the Show Action Notification Export endpoint. Check the status field until it is ready.results_url field in the response from step 2. If you want to page through the records in JSON format, use the List Action Notification Export Results endpoint, passing the id that you got in step 1 as the action_notification_export_id parameter. Check the X-Files-Cursor-Next header to see if there are more records available, and resubmit the same request with a cursor parameter to fetch the next page of results. Unlike most API Endpoints, this endpoint does not provide X-Files-Cursor-Prev cursors allowing reverse pagination through the results. This is due to limitations in Amazon Athena, the underlying data lake for these records.If you intend to use this API for high volume or automated use, please contact us with more information about your use case.
{ "query_folder": "path/to/folder" }{ "start_at": "2021-03-18 12:00:00", "end_at": "2021-03-19 12:00:00" }{ "query_request_method": "GET,POST" }All subcommands also accept the global flags documented in CONTEXT.md (--api-key, --format, --workspace-id, --debug, and the pagination flags --cursor / --per-page / --max-pages on list). Those are not repeated below.
files-cli action-notification-exports findShow Action Notification Export.
| Flag | Type | Description |
|---|---|---|
--id | int64 | Action Notification Export ID. Required. |
files-cli action-notification-exports createCreate Action Notification Export.
| Flag | Type | Description |
|---|---|---|
--user-id | int64 | User ID. Provide a value of 0 to operate the current session's user. |
--start-at | datetime | Start date/time of export range. |
--end-at | datetime | End date/time of export range. |
--query-message | string | Error message associated with the request, if any. |
--query-request-method | string | The HTTP request method used by the webhook. |
--query-request-url | string | The target webhook URL. |
--query-status | string | The HTTP status returned from the server in response to the webhook request. |
--query-success | bool | true if the webhook request succeeded (i.e. returned a 200 or 204 response status). false otherwise. |
--query-path | string | Return notifications that were triggered by actions on this specific path. |
--query-folder | string | Return notifications that were triggered by actions in this folder. |