cURL
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": {} } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Activity is a data point that represents an action or event in the system.
Show child attributes
Unique identifier for this activity.
Project ID.
Domain of the activity. For example: Streaming
Service identifier for the producer of this activity. For example: "transcoder"
Human-readable message of the activity.
Code of the activity. For example: "streaming.transcode.failed", "streaming.ingest.started"
Time when the activity was recorded.
Key-value map for dimensions. Dimensions are used to filter activity logs. Dimensions are generated by the producer of this data point, based on available data. For example: {"video_id": "123", "workflow_id": "456"}