Skip to main content

GetWorkspaceProjectsArgs

type GetWorkspaceProjectsArgs = {
cursor?: string | null;
limit?: number;
workspaceId: number;
};

Arguments for getting workspace projects (paginated).

Properties

cursor?

optional cursor: string | null;

Cursor for pagination.


limit?

optional limit: number;

Maximum number of projects to return (default: 100).


workspaceId

workspaceId: number;

The workspace ID.