The Teamwork Graph API is available through Forge's Early Access Program (EAP).
EAPs are offered to selected users for testing and feedback purposes. These features are unsupported and are subject to change without notice.
You must only install apps that call the Teamwork Graph API in test organizations. Apps calling
the Teamwork Graph API require the read:graph:jiraor read:graph:confluence scope, which provides access to Teamwork Graph
data across your entire organization. While apps still respect end-user permissions, this scope may
grant access to sensitive information. For safety, only install these apps in organizations with test
data. Do not install apps using this API in organizations with production data while this feature is in EAP.
Additionally, this EAP has significant limitations. To review the full list of limitations, see Limitations and considerations.
You must be part of this EAP in order to use the Teamwork Graph API. Express interest in joining through this form.
Represents a video from Loom, the video messaging and screen recording platform.
The Teamwork Graph API has the following fields and properties that you can use in your queries:
You can access these fields in the GraphiQL playground using the book icon in the top left, and then searching for Loom video.
| Field | Type | Description |
|---|---|---|
archived | Boolean! | Indicates whether the video has been archived. |
collaborators | [String!] | List of user identifiers who are collaborators on this video. |
commentCount | Int | Number of comments posted on this video. |
completed | Boolean! | Indicates whether the video recording has been completed. |
createdAt | DateTime | Timestamp when the video was originally created. |
description | String | Description or summary of the video content. |
id | ID! | Unique identifier for the Loom video. This ID is globally unique across the entire Teamwork Graph. |
meeting | Boolean | Indicates whether this video is a meeting recording. |
name | String! | Display name or title of the video. |
owner | User | User who owns this video. |
playableDuration | Float | Duration of the video that can be played, in seconds. |
reactionCount | Int | Number of reactions (likes, etc.) on this video. |
sourceDuration | Float | Original duration of the source recording, in seconds. |
thumbnails | LoomVideoDefaultThumbnailsSources | Thumbnail images for the video in different formats. |
transcript | LoomTranscript | Transcript of the video content, including spoken text. |
transcriptLanguage | Language | Language information for the video transcript. |
updatedAt | DateTime | Timestamp when the video was last updated. |
url | URL! | Direct URL to view the video. |
viewCounts | LoomVideoViewCounts | View count statistics for the video. |
| Field | Type | Description |
|---|---|---|
default | String | Default thumbnail image URL for the video. |
static | String | Static thumbnail image URL for the video. |
| Field | Type | Description |
|---|---|---|
phrases | [LoomPhrase!] | List of transcribed phrases that make up the complete video transcript. |
| Field | Type | Description |
|---|---|---|
speakerName | String | Name of the person speaking in this phrase. |
value | String! | The transcribed text content of the phrase. |
| Field | Type | Description |
|---|---|---|
code | String | # ISO 639-1 two-letter language code |
language | String | Human readable, English name of the language. Example: "Danish", "Armenian" |
| Field | Type | Description |
|---|---|---|
distinct | Int | Number of distinct viewers who have watched the video. |
total | Int | Total number of views for the video (including repeat views). |
The following relationships are currently supported for Loom video:
Relationships where Loom video is the source object.
| Relationship name | From object type | To object type |
|---|---|---|
| Loom video shared with Atlassian user | Loom video | Atlassian user |
| Loom video has Loom video comment | Loom video | >> COULD NOT FIND |
| Loom video has Confluence page | Loom video | Confluence page |
Rate this page: