PagerDuty - List log entries action

This action lists log entries for the specified incident in PagerDuty.

Input

FieldDescription
SinceStart of the date range
UntilEnd of the date range
Is overviewTrue will return a subset of log entries that shows most important changes.
IncludeCan be incidents, services, teams, and channels. Separate the values with comma.

Output

The output to this action is a list of log entries. Each log entry contains the following fields.

FieldDescription
IDThe log entry ID.
TypeA string that determines the schema of the object. This must be the standard name for the entity.
SummaryA short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client. In many cases, this will be identical to name, though it is not intended to be an identifier.
SelfThe API show URL at which the object is accessible.i
HTML URLThe URL at which the entity is uniquely displayed in the Web app.
Created atThe date and time at which the log entry was created.
AgentThe agent who created or updated the incident log entry.
ChannelPolymorphic object representation of the means by which the action was channeled. Has different formats depending on type, indicated by channeltype.
IncidentAn incident object. This object contains the following fields.
  • ID
  • Type
  • Summary
  • Self
  • HTML URL
TeamsA list of teams involved in the incident's lifecycle. Each team contains the following fields.
  • ID
  • Type
  • Summary
  • Self
  • HTML URL
ContextContexts to be included with the trigger such as links to graphs or images.
Event detailsA description about the event.

Last updated: