Legacy Dev Forum Posts

 View Only

Sign Up

Integrations Eventlog API always 503s

  • 1.  Integrations Eventlog API always 503s

    Posted 06-05-2025 18:23

    billings.blair | 2022-09-07 16:45:23 UTC | #1

    Whenever i call the eventlog endpoint of the Integrations API, i only get a 503. Here's the endpoint:

    /api/v2/integrations/eventlog

    I'm using the developer portal to test this out, in the US East region, and tested other endpoints to make sure they work as well.


    anon14299330 | 2022-09-12 10:42:04 UTC | #2

    Hi,

    I tried this endpoint and I am also getting a 503 response (service unavailable). I will notify the corresponding team.

    Thanks,

    Mike


    anon14299330 | 2022-09-12 15:32:56 UTC | #3

    Update: The reason why this route does not work is because the micro-service behind it is gone. The functionality has been moved to audits and information about integration events is available through the audit endpoints.

    Audit endpoints to use instead:

    • POST /api/v2/audits/query
    • POST /api/v2/audits/query/realtime

    Specify ServiceName “Integrations”. To lookup events for a specific integration, specify a filter of entityType “Integration”.

    filters: [
                {
                  property: 'entityId',
                  value: 'bdb525d1-4b2a-4dfc-a463-84a9b7c5f6c3'
                },
                {
                  property: 'entityType',
                  value: 'Integration'
                }
              ]

    Thanks,

    Mike


    billings.blair | 2022-09-13 20:10:32 UTC | #4

    Thanks for the follow up. We initially tried to use the audit/query endpoint, but it appears that the only 'Actions' we can audit (which is what we want), are either updates, creations, and deletions. We would like to be able to audit usages/invocations of a data action, not just drafts or updates or deletions


    John_Carnell | 2022-09-16 12:37:28 UTC | #5


    This post was migrated from the old Developer Forum.

    ref: 16189