Looks up a specific activity by its unique identifier (ID) and a data key.
Returns: An Activity object containing detailed information about the requested activity.
lookupActivity(
dataKey: String!
activityId: UUID!
): Activity!
Arguments
A unique key that is generated after a user has completed the data submission flow.
The unique identifier (UUID) of the activity to retrieve.
Type
Activity
object