Skip to main content
GET
https://api.tensormesh.ai
/
v1
/
activities
/
{activityId}
Get Activity
curl --request GET \
  --url https://api.tensormesh.ai/v1/activities/{activityId} \
  --header 'Authorization: Bearer <token>'
{
  "activity": {
    "activityId": "<string>",
    "actorType": "ACTOR_TYPE_UNSPECIFIED",
    "userId": "<string>",
    "action": "ACTIVITY_ACTION_UNSPECIFIED",
    "resourceType": "<string>",
    "resourceId": "<string>",
    "description": "<string>",
    "metadata": {},
    "occurredAt": "2023-11-07T05:31:56Z",
    "recordedAt": "2023-11-07T05:31:56Z",
    "actorId": "<string>",
    "actorDisplay": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication using an access token. Format: Bearer <access_token>

Path Parameters

activityId
string
required

Activity ID.

Response

A successful response.

GetActivityResponse is the response for an activity fetch.

activity
object

Activity represents a user activity event.