GET
/
activities
/
{index}
/
{source}
/
{id}

The Retrieve Event endpoint can be used to fetch the full payload of an event. The index, source and id path parameters refer to the event’s uid, which is returned in event feeds and global search results.

For a full example usage of this endpoint, see List Events Within a Tenant

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

index
string
required
source
string
required
id
string
required