GET
/
analytics
/
activities
/
v1
/
{activity_id}
curl --request GET \
  --url https://api.mottostreaming.com/analytics/activities/v1/{activity_id} \
  --header 'Authorization: Bearer <token>'
{
  "activity": {
    "id": "<string>",
    "project_id": "<string>",
    "domain": "<string>",
    "service_id": "<string>",
    "message": "<string>",
    "code": "<string>",
    "record_time": "2023-11-07T05:31:56Z",
    "dimensions": {}
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

activity_id
string
required

Query Parameters

project_id
string

Response

200
application/json
OK
activity
object

Activity is a data point that represents an action or event in the system.