For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer Tools
CommunityContact UsConsole
DocsAPI Reference
DocsAPI Reference
  • API Reference
      • POSTCreate a Custom Action
      • DELDelete a Custom Action
      • GETGet a Custom Action by ID
      • GETGet Custom Actions for a given Team
      • GETGet Custom Actions for an Account or Team
      • PUTUpdate a Custom Action

© 2026 Adobe Inc. All rights reserved.

TermsPrivacyDo not sell or share my personal information
Developer-friendly docs for your API
Logo
Developer Tools
CommunityContact UsConsole
API ReferenceCustom Actions

Get Custom Actions for a given Team

GET
https://api.frame.io/v2/teams/:team_id/actions
GET
/v2/teams/:team_id/actions
1import requests
2
3url = "https://api.frame.io/v2/teams/team_id/actions"
4
5headers = {"Authorization": "Bearer <token>"}
6
7response = requests.get(url, headers=headers)
8
9print(response.json())
1[
2 {
3 "active": true,
4 "allow_collaborators": true,
5 "creator_id": "string",
6 "deleted_at": "2024-01-15T09:30:00Z",
7 "description": "string",
8 "event": "string",
9 "id": "string",
10 "image": "string",
11 "inserted_at": "2024-01-15T09:30:00Z",
12 "name": "string",
13 "team": {
14 "account_id": "string",
15 "disable_sbwm_internally": false,
16 "creator_id": "string",
17 "storage": 0,
18 "default_font_color": "string",
19 "access": "private",
20 "font_color": "string",
21 "user_role": {},
22 "file_count": 0,
23 "default_session_watermark_template": {
24 "account_id": "string",
25 "app_default": false,
26 "creator_id": "string",
27 "id": "string",
28 "name": "string",
29 "watermark_blocks": [
30 {
31 "alpha": 0.5,
32 "data_points": [
33 {
34 "order": 1,
35 "type": "email",
36 "value": "string"
37 }
38 ],
39 "font_size": "medium",
40 "name": "string",
41 "position": "top_left",
42 "position_reference_point": "top_left",
43 "position_x": 1,
44 "position_y": 1,
45 "scroll_text": "none",
46 "text_alignment": "left",
47 "text_color": "#FFFFFF",
48 "text_shadow": false
49 }
50 ]
51 },
52 "link": "string",
53 "asset_lifecycle_policy": 1,
54 "upload_url": "string",
55 "admin_only_actions": {
56 "lifecycle": false
57 },
58 "deleted_at": "2024-01-15T09:30:00Z",
59 "default_background_color": "string",
60 "storage_limit": 1,
61 "location": "string",
62 "name": "string",
63 "default_color": "string",
64 "slack_webhook": {},
65 "image_64": "string",
66 "archived_storage": 0,
67 "image_128": "string",
68 "solo": false,
69 "account": {
70 "invoice_emails": [
71 "string"
72 ],
73 "city": "string",
74 "account_default_color": "string",
75 "company_name": "string",
76 "storage": 1,
77 "file_count": 1,
78 "owner": {
79 "digest_frequency": "string",
80 "image_32": "string",
81 "image_128": "string",
82 "from_google": true,
83 "mfa_enforced_at": "string",
84 "email": "string",
85 "name": "string",
86 "image_64": "string",
87 "timezone_value": "string",
88 "account_id": "string",
89 "updated_at": "string",
90 "image_256": "string",
91 "_type": "string",
92 "user_hash": "string",
93 "upload_url": "string",
94 "profile_image": "string",
95 "first_login_at": "string",
96 "joined_via": "string",
97 "id": "string",
98 "next_digest_date": "string",
99 "last_seen": "string",
100 "inserted_at": "string",
101 "from_adobe": true,
102 "avatar_color": "string",
103 "highest_account_role": "string",
104 "integrations": [
105 "string"
106 ],
107 "roles": {
108 "admin": true,
109 "id": "string",
110 "sales": true,
111 "support": true,
112 "service_desk": true
113 },
114 "user_default_color": "string"
115 },
116 "upload_url": "string",
117 "deleted_at": "2024-01-15T09:30:00Z",
118 "line1": "string",
119 "postal_code": "string",
120 "vat": "string",
121 "company_address": "string",
122 "lifetime_file_count": 1,
123 "state": "string",
124 "teams": [
125 null
126 ],
127 "image_64": "string",
128 "archived_storage": 1,
129 "image_128": "string",
130 "owner_id": "string",
131 "user_count": 1,
132 "locked_at": "2024-01-15T09:30:00Z",
133 "image": "string",
134 "team_count": 1,
135 "collaborator_role_count": 1,
136 "billing_emails": "string",
137 "image_32": "string",
138 "unpaid_at": "2024-01-15T09:30:00Z",
139 "inserted_at": "2024-01-15T09:30:00Z",
140 "updated_at": "2024-01-15T09:30:00Z",
141 "project_count": 1,
142 "duration": 1,
143 "delinquent_at": "2024-01-15T09:30:00Z",
144 "collaborator_count": 1,
145 "plan": {
146 "archived_storage_limit": 1,
147 "autoscaling": true,
148 "available_features": {
149 "archival_storage": true,
150 "custom_branded_emails": true,
151 "custom_branded_presentations": true,
152 "reel_player": true,
153 "secure_sharing": true,
154 "session_based_watermarking": true,
155 "team_only_comments": true
156 },
157 "collaborator_limit": 1,
158 "cost": 1,
159 "default_plan": true,
160 "deleted_at": "2024-01-15T09:30:00Z",
161 "enterprise": true,
162 "file_limit": 1,
163 "id": "string",
164 "inserted_at": "2024-01-15T09:30:00Z",
165 "lifetime_file_limit": 1,
166 "member_limit": 1,
167 "name": "string",
168 "payment_method": "stripe",
169 "period": "monthly",
170 "project_limit": 1,
171 "storage_limit": 1,
172 "team_limit": 1,
173 "tier": "free",
174 "title": "string",
175 "updated_at": "2024-01-15T09:30:00Z",
176 "user_limit": 1,
177 "user_max": 1,
178 "version": 1
179 },
180 "watermark": {
181 "image": {
182 "alpha": 0.5,
183 "image": {
184 "bucket": "string",
185 "key": "string",
186 "type": "image/jpeg",
187 "uploaded": false
188 },
189 "position": "top_left"
190 },
191 "text": {
192 "alpha": 0.5,
193 "lines": [
194 "string"
195 ],
196 "position": "top"
197 }
198 },
199 "folder_count": 1,
200 "id": "string",
201 "display_name": "string",
202 "country": "string",
203 "subscription": {
204 "account_id": "string",
205 "archived_storage_limit": 1,
206 "balance": 1,
207 "cancellation_option": "string",
208 "cancellation_reason": "string",
209 "cancelled_at": "2024-01-15T09:30:00Z",
210 "deleted_at": "2024-01-15T09:30:00Z",
211 "id": "string",
212 "inserted_at": "2024-01-15T09:30:00Z",
213 "last_payment_at": "2024-01-15T09:30:00Z",
214 "member_limit": 1,
215 "next_bill_at": "2024-01-15T09:30:00Z",
216 "on_trial": true,
217 "plan": {
218 "archived_storage_limit": 1,
219 "autoscaling": true,
220 "available_features": {
221 "archival_storage": true,
222 "custom_branded_emails": true,
223 "custom_branded_presentations": true,
224 "reel_player": true,
225 "secure_sharing": true,
226 "session_based_watermarking": true,
227 "team_only_comments": true
228 },
229 "collaborator_limit": 1,
230 "cost": 1,
231 "default_plan": true,
232 "deleted_at": "2024-01-15T09:30:00Z",
233 "enterprise": true,
234 "file_limit": 1,
235 "id": "string",
236 "inserted_at": "2024-01-15T09:30:00Z",
237 "lifetime_file_limit": 1,
238 "member_limit": 1,
239 "name": "string",
240 "payment_method": "stripe",
241 "period": "monthly",
242 "project_limit": 1,
243 "storage_limit": 1,
244 "team_limit": 1,
245 "tier": "free",
246 "title": "string",
247 "updated_at": "2024-01-15T09:30:00Z",
248 "user_limit": 1,
249 "user_max": 1,
250 "version": 1
251 },
252 "plan_id": "string",
253 "promotion_expires_at": "2024-01-15T09:30:00Z",
254 "promotion_id": "string",
255 "requires_autoscaling": true,
256 "storage_limit": 1,
257 "subscription_end_at": "2024-01-15T09:30:00Z",
258 "total_archived_storage_limit": 1,
259 "total_lifetime_file_limit": 1,
260 "total_member_limit": 1,
261 "total_project_limit": 1,
262 "total_storage_limit": 1,
263 "total_user_limit": 1,
264 "updated_at": "2024-01-15T09:30:00Z",
265 "user_limit": 1
266 },
267 "account_members": [
268 {
269 "accepted_at": "2024-01-15T09:30:00Z",
270 "account_id": "string",
271 "declined_at": "2024-01-15T09:30:00Z",
272 "deleted_at": "2024-01-15T09:30:00Z",
273 "inserted_at": "2024-01-15T09:30:00Z",
274 "role": "admin",
275 "updated_at": "2024-01-15T09:30:00Z",
276 "user_id": "string"
277 }
278 ],
279 "frames": 1,
280 "member_count": 1,
281 "image_256": "string"
282 },
283 "image_32": "string",
284 "inserted_at": "2024-01-15T09:30:00Z",
285 "updated_at": "2024-01-15T09:30:00Z",
286 "project_count": 0,
287 "duration": 0,
288 "team_image": "string",
289 "collaborator_count": 0,
290 "bio": "string",
291 "color": "string",
292 "email_branding": {
293 "accent_color": "string",
294 "background_color": "string",
295 "image": {
296 "bucket": "string",
297 "key": "string",
298 "type": "image/jpeg",
299 "uploaded": false
300 }
301 },
302 "folder_count": 0,
303 "dark_theme": false,
304 "default_session_watermark_template_id": "string",
305 "session_watermark_templates": [
306 {
307 "account_id": "string",
308 "app_default": false,
309 "creator_id": "string",
310 "id": "string",
311 "name": "string",
312 "watermark_blocks": [
313 {
314 "alpha": 0.5,
315 "data_points": [
316 {
317 "order": 1,
318 "type": "email",
319 "value": "string"
320 }
321 ],
322 "font_size": "medium",
323 "name": "string",
324 "position": "top_left",
325 "position_reference_point": "top_left",
326 "position_x": 1,
327 "position_y": 1,
328 "scroll_text": "none",
329 "text_alignment": "left",
330 "text_color": "#FFFFFF",
331 "text_shadow": false
332 }
333 ]
334 }
335 ],
336 "id": "string",
337 "member_limit": 1,
338 "frames": 0,
339 "member_count": 0,
340 "image_256": "string",
341 "background_color": "string"
342 },
343 "team_id": "string",
344 "updated_at": "2024-01-15T09:30:00Z",
345 "upload_url": "string",
346 "url": "string",
347 "webhook": {
348 "account_id": "string",
349 "active": true,
350 "app_id": "string",
351 "deleted_at": "2024-01-15T09:30:00Z",
352 "events": [
353 "project.created"
354 ],
355 "id": "string",
356 "inserted_at": "2024-01-15T09:30:00Z",
357 "name": "string",
358 "project_id": "string",
359 "secret": "string",
360 "team": {
361 "account_id": "string",
362 "disable_sbwm_internally": false,
363 "creator_id": "string",
364 "storage": 0,
365 "default_font_color": "string",
366 "access": "private",
367 "font_color": "string",
368 "user_role": {},
369 "file_count": 0,
370 "default_session_watermark_template": {
371 "account_id": "string",
372 "app_default": false,
373 "creator_id": "string",
374 "id": "string",
375 "name": "string",
376 "watermark_blocks": [
377 {
378 "alpha": 0.5,
379 "data_points": [
380 {
381 "order": 1,
382 "type": "email",
383 "value": "string"
384 }
385 ],
386 "font_size": "medium",
387 "name": "string",
388 "position": "top_left",
389 "position_reference_point": "top_left",
390 "position_x": 1,
391 "position_y": 1,
392 "scroll_text": "none",
393 "text_alignment": "left",
394 "text_color": "#FFFFFF",
395 "text_shadow": false
396 }
397 ]
398 },
399 "link": "string",
400 "asset_lifecycle_policy": 1,
401 "upload_url": "string",
402 "admin_only_actions": {
403 "lifecycle": false
404 },
405 "deleted_at": "2024-01-15T09:30:00Z",
406 "default_background_color": "string",
407 "storage_limit": 1,
408 "location": "string",
409 "name": "string",
410 "default_color": "string",
411 "slack_webhook": {},
412 "image_64": "string",
413 "archived_storage": 0,
414 "image_128": "string",
415 "solo": false,
416 "account": {
417 "invoice_emails": [
418 "string"
419 ],
420 "city": "string",
421 "account_default_color": "string",
422 "company_name": "string",
423 "storage": 1,
424 "file_count": 1,
425 "owner": {
426 "digest_frequency": "string",
427 "image_32": "string",
428 "image_128": "string",
429 "from_google": true,
430 "mfa_enforced_at": "string",
431 "email": "string",
432 "name": "string",
433 "image_64": "string",
434 "timezone_value": "string",
435 "account_id": "string",
436 "updated_at": "string",
437 "image_256": "string",
438 "_type": "string",
439 "user_hash": "string",
440 "upload_url": "string",
441 "profile_image": "string",
442 "first_login_at": "string",
443 "joined_via": "string",
444 "id": "string",
445 "next_digest_date": "string",
446 "last_seen": "string",
447 "inserted_at": "string",
448 "from_adobe": true,
449 "avatar_color": "string",
450 "highest_account_role": "string",
451 "integrations": [
452 "string"
453 ],
454 "roles": {
455 "admin": true,
456 "id": "string",
457 "sales": true,
458 "support": true,
459 "service_desk": true
460 },
461 "user_default_color": "string"
462 },
463 "upload_url": "string",
464 "deleted_at": "2024-01-15T09:30:00Z",
465 "line1": "string",
466 "postal_code": "string",
467 "vat": "string",
468 "company_address": "string",
469 "lifetime_file_count": 1,
470 "state": "string",
471 "teams": [
472 null
473 ],
474 "image_64": "string",
475 "archived_storage": 1,
476 "image_128": "string",
477 "owner_id": "string",
478 "user_count": 1,
479 "locked_at": "2024-01-15T09:30:00Z",
480 "image": "string",
481 "team_count": 1,
482 "collaborator_role_count": 1,
483 "billing_emails": "string",
484 "image_32": "string",
485 "unpaid_at": "2024-01-15T09:30:00Z",
486 "inserted_at": "2024-01-15T09:30:00Z",
487 "updated_at": "2024-01-15T09:30:00Z",
488 "project_count": 1,
489 "duration": 1,
490 "delinquent_at": "2024-01-15T09:30:00Z",
491 "collaborator_count": 1,
492 "plan": {
493 "archived_storage_limit": 1,
494 "autoscaling": true,
495 "available_features": {
496 "archival_storage": true,
497 "custom_branded_emails": true,
498 "custom_branded_presentations": true,
499 "reel_player": true,
500 "secure_sharing": true,
501 "session_based_watermarking": true,
502 "team_only_comments": true
503 },
504 "collaborator_limit": 1,
505 "cost": 1,
506 "default_plan": true,
507 "deleted_at": "2024-01-15T09:30:00Z",
508 "enterprise": true,
509 "file_limit": 1,
510 "id": "string",
511 "inserted_at": "2024-01-15T09:30:00Z",
512 "lifetime_file_limit": 1,
513 "member_limit": 1,
514 "name": "string",
515 "payment_method": "stripe",
516 "period": "monthly",
517 "project_limit": 1,
518 "storage_limit": 1,
519 "team_limit": 1,
520 "tier": "free",
521 "title": "string",
522 "updated_at": "2024-01-15T09:30:00Z",
523 "user_limit": 1,
524 "user_max": 1,
525 "version": 1
526 },
527 "watermark": {
528 "image": {
529 "alpha": 0.5,
530 "image": {
531 "bucket": "string",
532 "key": "string",
533 "type": "image/jpeg",
534 "uploaded": false
535 },
536 "position": "top_left"
537 },
538 "text": {
539 "alpha": 0.5,
540 "lines": [
541 "string"
542 ],
543 "position": "top"
544 }
545 },
546 "folder_count": 1,
547 "id": "string",
548 "display_name": "string",
549 "country": "string",
550 "subscription": {
551 "account_id": "string",
552 "archived_storage_limit": 1,
553 "balance": 1,
554 "cancellation_option": "string",
555 "cancellation_reason": "string",
556 "cancelled_at": "2024-01-15T09:30:00Z",
557 "deleted_at": "2024-01-15T09:30:00Z",
558 "id": "string",
559 "inserted_at": "2024-01-15T09:30:00Z",
560 "last_payment_at": "2024-01-15T09:30:00Z",
561 "member_limit": 1,
562 "next_bill_at": "2024-01-15T09:30:00Z",
563 "on_trial": true,
564 "plan": {
565 "archived_storage_limit": 1,
566 "autoscaling": true,
567 "available_features": {
568 "archival_storage": true,
569 "custom_branded_emails": true,
570 "custom_branded_presentations": true,
571 "reel_player": true,
572 "secure_sharing": true,
573 "session_based_watermarking": true,
574 "team_only_comments": true
575 },
576 "collaborator_limit": 1,
577 "cost": 1,
578 "default_plan": true,
579 "deleted_at": "2024-01-15T09:30:00Z",
580 "enterprise": true,
581 "file_limit": 1,
582 "id": "string",
583 "inserted_at": "2024-01-15T09:30:00Z",
584 "lifetime_file_limit": 1,
585 "member_limit": 1,
586 "name": "string",
587 "payment_method": "stripe",
588 "period": "monthly",
589 "project_limit": 1,
590 "storage_limit": 1,
591 "team_limit": 1,
592 "tier": "free",
593 "title": "string",
594 "updated_at": "2024-01-15T09:30:00Z",
595 "user_limit": 1,
596 "user_max": 1,
597 "version": 1
598 },
599 "plan_id": "string",
600 "promotion_expires_at": "2024-01-15T09:30:00Z",
601 "promotion_id": "string",
602 "requires_autoscaling": true,
603 "storage_limit": 1,
604 "subscription_end_at": "2024-01-15T09:30:00Z",
605 "total_archived_storage_limit": 1,
606 "total_lifetime_file_limit": 1,
607 "total_member_limit": 1,
608 "total_project_limit": 1,
609 "total_storage_limit": 1,
610 "total_user_limit": 1,
611 "updated_at": "2024-01-15T09:30:00Z",
612 "user_limit": 1
613 },
614 "account_members": [
615 {
616 "accepted_at": "2024-01-15T09:30:00Z",
617 "account_id": "string",
618 "declined_at": "2024-01-15T09:30:00Z",
619 "deleted_at": "2024-01-15T09:30:00Z",
620 "inserted_at": "2024-01-15T09:30:00Z",
621 "role": "admin",
622 "updated_at": "2024-01-15T09:30:00Z",
623 "user_id": "string"
624 }
625 ],
626 "frames": 1,
627 "member_count": 1,
628 "image_256": "string"
629 },
630 "image_32": "string",
631 "inserted_at": "2024-01-15T09:30:00Z",
632 "updated_at": "2024-01-15T09:30:00Z",
633 "project_count": 0,
634 "duration": 0,
635 "team_image": "string",
636 "collaborator_count": 0,
637 "bio": "string",
638 "color": "string",
639 "email_branding": {
640 "accent_color": "string",
641 "background_color": "string",
642 "image": {
643 "bucket": "string",
644 "key": "string",
645 "type": "image/jpeg",
646 "uploaded": false
647 }
648 },
649 "folder_count": 0,
650 "dark_theme": false,
651 "default_session_watermark_template_id": "string",
652 "session_watermark_templates": [
653 {
654 "account_id": "string",
655 "app_default": false,
656 "creator_id": "string",
657 "id": "string",
658 "name": "string",
659 "watermark_blocks": [
660 {
661 "alpha": 0.5,
662 "data_points": [
663 {
664 "order": 1,
665 "type": "email",
666 "value": "string"
667 }
668 ],
669 "font_size": "medium",
670 "name": "string",
671 "position": "top_left",
672 "position_reference_point": "top_left",
673 "position_x": 1,
674 "position_y": 1,
675 "scroll_text": "none",
676 "text_alignment": "left",
677 "text_color": "#FFFFFF",
678 "text_shadow": false
679 }
680 ]
681 }
682 ],
683 "id": "string",
684 "member_limit": 1,
685 "frames": 0,
686 "member_count": 0,
687 "image_256": "string",
688 "background_color": "string"
689 },
690 "team_id": "string",
691 "updated_at": "2024-01-15T09:30:00Z",
692 "url": "string"
693 }
694 }
695]
Fetch Custom Actions belonging to a given Team
Was this page helpful?
Previous

Get Custom Actions for an Account or Team

Next

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

team_idstringRequiredformat: "uuid"

Query parameters

includestringOptional

Response headers

linkstring
Pagination links
page-numberinteger
Current page of results
per-pageinteger
Number of entries per page
totalinteger
Total entries across all pagess
total-pagesinteger
Number of pages

Response

Action success response
activeboolean
allow_collaboratorsboolean
creator_idstringformat: "uuid"
deleted_atstringformat: "date-time"
descriptionstring
eventstring
idstringformat: "uuid"
imagestring
inserted_atstringformat: "date-time"
namestring
teamobject
team_idstringformat: "uuid"
updated_atstringformat: "date-time"
upload_urlstring
urlstring
webhookobject

Errors

401
Unauthorized Error
404
Not Found Error