- listActions2(
__namedParameters: {
$type?: string;
accountOnly?: boolean;
filter?: string;
name?: string;
requiresConnection?: boolean;
status?: (
| "PENDING_APPROVAL"
| "PENDING_CREATOR_UPDATE"
| "PUBLICATION_APPROVED"
| "PUBLICATION_DECLINED"
)[];
studioSlug?: string;
technologies?: string[];
xWorkspaceId?: string;
},
opts?: RequestOpts,
): Promise<ActionResponse[]> Parameters
- __namedParameters: {
$type?: string;
accountOnly?: boolean;
filter?: string;
name?: string;
requiresConnection?: boolean;
status?: (
| "PENDING_APPROVAL"
| "PENDING_CREATOR_UPDATE"
| "PUBLICATION_APPROVED"
| "PUBLICATION_DECLINED"
)[];
studioSlug?: string;
technologies?: string[];
xWorkspaceId?: string;
} Optionalopts: RequestOpts
List of actions