Skip to main content

app_pipeline_events

Overview

Nameapp_pipeline_events
TypeResource
Iddatadog.ci_visibility.app_pipeline_events

Fields

NameDatatypeDescription
idstringUnique ID of the event.
attributesobjectJSON object containing all event attributes and their associated values.
typestringType of the event.

Methods

NameAccessible byRequired ParamsDescription
list_ci_app_pipeline_eventsSELECTdd_siteList endpoint returns CI Visibility pipeline events that match a search query.
Results are paginated similarly to logs.

Use this endpoint to see your latest pipeline events.
create_ci_app_pipeline_eventINSERTdd_siteSend your pipeline event to your Datadog platform over HTTP. For details about how pipeline executions are modeled and what execution types we support, see Pipeline Data Model And Execution Types.

Pipeline events can be submitted with a timestamp that is up to 18 hours in the past.
_list_ci_app_pipeline_eventsEXECdd_siteList endpoint returns CI Visibility pipeline events that match a search query.
Results are paginated similarly to logs.

Use this endpoint to see your latest pipeline events.
aggregate_ci_app_pipeline_eventsEXECdd_siteUse this API endpoint to aggregate CI Visibility pipeline events into buckets of computed metrics and timeseries.
search_ci_app_pipeline_eventsEXECdd_siteList endpoint returns CI Visibility pipeline events that match a search query.
Results are paginated similarly to logs.

Use this endpoint to build complex events filtering and search.