Get Clip
Retrieve a saved clip document by company and clip id
GET
Endpoint
clipId and need the latest saved clip document, including fields updated by POST /update-clip.
Authentication
Query Parameters
| Parameter | Required | Description |
|---|---|---|
companyId | Yes | Your Overlap company or organization identifier. |
clipId | Yes | The clip id returned by GET /workflow-results/{triggerId}. |
The same lookup is also available at
GET /companies/{companyId}/clips/{clipId}.Response
Returns aClip object. Clip fields are included when available, so a response may omit values that have not been generated or rendered yet. For example, renderedUrl may be absent.
clip object is the saved clip document with id set to the Firestore document id.
Clip Model
Review the fields that may appear on a clip response