VideosGet Content Events
Videos

Get Content Events

curl -X GET "https://api.videograph.ai/ext/services/api/v1/contents/example_string/events" \
  -H "Content-Type: application/json" \
  -H "Authorization: Basic YOUR_CREDENTIALS"
{
  "status": "Success",
  "message": "Content uuid events",
  "code": 200,
  "data": [
    {
      "uuid": "d3db9270-bcc6-4b08-a375-efe14cccce6c",
      "messageType": "content.ready",
      "occurredOn": "0"
    },
    {
      "uuid": "6cd35143-8eca-42ab-bb92-ec6d35a1ffbf",
      "messageType": "content.created",
      "occurredOn": "0"
    }
  ]
}
GET
/ext/services/api/v1/contents/{CONTENT_ID}/events
GET
Security Scheme
Basic Authentication
Usernamestring
Required

Username for basic authentication

Passwordpassword
Required

Password for basic authentication

Request Preview
Response

Response will appear here after sending the request

Authentication

basicAuth
header
Authorizationstring
Required

Basic authentication credentials. Provide username and password encoded in Base64 format: Basic base64(username:password)

Path Parameters

Responses

OK

Was this page helpful?
Built with Documentation.AI

Last updated Dec 29, 2025