Get spliced clips in progress
curl --request POST \
--url https://api2.rhombussystems.com/api/video/getSplicedClipsInProgress \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'import requests
url = "https://api2.rhombussystems.com/api/video/getSplicedClipsInProgress"
payload = {}
headers = {
"x-auth-scheme": "<x-auth-scheme>",
"x-auth-apikey": "<api-key>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {
'x-auth-scheme': '<x-auth-scheme>',
'x-auth-apikey': '<api-key>',
'Content-Type': 'application/json'
},
body: JSON.stringify({})
};
fetch('https://api2.rhombussystems.com/api/video/getSplicedClipsInProgress', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));HttpResponse<String> response = Unirest.post("https://api2.rhombussystems.com/api/video/getSplicedClipsInProgress")
.header("x-auth-scheme", "<x-auth-scheme>")
.header("x-auth-apikey", "<api-key>")
.header("Content-Type", "application/json")
.body("{}")
.asString();{
"error": true,
"errorMsg": "<string>",
"splicedClips": [
{
"accessSettings": {
"allowedRoles": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"allowedUsers": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"visibility": "PRIVATE"
},
"analyzeClip": true,
"clipTargetLocation": {
"region": "<string>"
},
"clipUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"completedSubClipCount": 123,
"consoleDelete": true,
"deleted": true,
"description": "<string>",
"deviceIntervalMap": {},
"deviceMap": {},
"devicePresentationOrder": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
],
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0",
"deviceUuidMap": {},
"deviceUuidToAlteredViewMap": {},
"deviceUuidToFisheyePresentationMap": {},
"duration": 123,
"expectedSubClipCount": 123,
"integrationUploadList": [
"AVIGILON_ALTA"
],
"isPolicyEvent": true,
"metadataBucketRegion": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"parentClipUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"pendingConsumers": [
"<string>"
],
"policyEventPipeline": "DEFAULT",
"saveClip": true,
"saveFrame": true,
"segmentsUploaded": 123,
"sendToSharedStorage": true,
"startTime": 123,
"status": "INITIATING",
"statusUpdatedAtMs": 123,
"thumbnailRelativeSecond": 123,
"timestampMs": 123,
"title": "<string>",
"totalSegments": 123,
"transactionUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"userUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"warningMsg": "<string>"
}Video Webservice
Get spliced clips in progress
Get all spliced clips in progress
POST
/
api
/
video
/
getSplicedClipsInProgress
Get spliced clips in progress
curl --request POST \
--url https://api2.rhombussystems.com/api/video/getSplicedClipsInProgress \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'import requests
url = "https://api2.rhombussystems.com/api/video/getSplicedClipsInProgress"
payload = {}
headers = {
"x-auth-scheme": "<x-auth-scheme>",
"x-auth-apikey": "<api-key>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {
'x-auth-scheme': '<x-auth-scheme>',
'x-auth-apikey': '<api-key>',
'Content-Type': 'application/json'
},
body: JSON.stringify({})
};
fetch('https://api2.rhombussystems.com/api/video/getSplicedClipsInProgress', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));HttpResponse<String> response = Unirest.post("https://api2.rhombussystems.com/api/video/getSplicedClipsInProgress")
.header("x-auth-scheme", "<x-auth-scheme>")
.header("x-auth-apikey", "<api-key>")
.header("Content-Type", "application/json")
.body("{}")
.asString();{
"error": true,
"errorMsg": "<string>",
"splicedClips": [
{
"accessSettings": {
"allowedRoles": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"allowedUsers": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"visibility": "PRIVATE"
},
"analyzeClip": true,
"clipTargetLocation": {
"region": "<string>"
},
"clipUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"completedSubClipCount": 123,
"consoleDelete": true,
"deleted": true,
"description": "<string>",
"deviceIntervalMap": {},
"deviceMap": {},
"devicePresentationOrder": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
],
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0",
"deviceUuidMap": {},
"deviceUuidToAlteredViewMap": {},
"deviceUuidToFisheyePresentationMap": {},
"duration": 123,
"expectedSubClipCount": 123,
"integrationUploadList": [
"AVIGILON_ALTA"
],
"isPolicyEvent": true,
"metadataBucketRegion": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"parentClipUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"pendingConsumers": [
"<string>"
],
"policyEventPipeline": "DEFAULT",
"saveClip": true,
"saveFrame": true,
"segmentsUploaded": 123,
"sendToSharedStorage": true,
"startTime": 123,
"status": "INITIATING",
"statusUpdatedAtMs": 123,
"thumbnailRelativeSecond": 123,
"timestampMs": 123,
"title": "<string>",
"totalSegments": 123,
"transactionUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"userUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"warningMsg": "<string>"
}Authorizations
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
Headers
Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.
Available options:
api-token, api, partner-api-token, partner-api Body
application/json
Request object for getting all spliced clips in progress.
Last modified on September 15, 2026