Skip to main content

Get all Logs for an for WebhookEvent

GET 

/webhook/:guid/event/:event_guid/logs

deprecated

Returns all the WebhookEventLogs attached to the webhook.

Request

Path Parameters

    guid uuidrequired

    The guid of the Webhook.

    event_guid uuidrequired

    The guid of the Event.

Responses

The attached WebhookEventLogs of WebhookEvent found.

Schema

  • Array [

  • guid uuid

    The guid of the WebhookEventLog.

    webhook_event_id uuid

    The guid of the WebhookEvent this WebhookEventLog is associated with, i.e. this saves the response to an attempt of the WebhookEvent.

    response_status string

    Status of the response.

    reponse_time float

    Time the response took to arrive (in seconds).

    response string

    The response body, truncated to a length of 500.

    created_at ISO 8601

    The time it was created.

    updated_at ISO 8601

    The time it was last updated.

  • ]

Loading...